J.
01/12/2025, 5:47 PMVapi
01/12/2025, 5:49 PMVapi
01/12/2025, 5:49 PMJ.
01/12/2025, 5:57 PMJ.
01/12/2025, 5:57 PMVapi
01/12/2025, 5:58 PM"google"
where only specific other values are allowed. The allowed values are "anyscale"
, "custom-llm"
, "deepinfra"
, "openrouter"
, "perplexity-ai"
, and "together-ai"
.
If you're trying to specify a provider or configuration option in the websdk for Gemini, it seems that "google"
is not recognized as a valid option within the types defined in your codebase or the SDK's type definitions.
To resolve this issue, you should:
1. Check the documentation for the websdk to see if "google"
is a supported provider or configuration option.
2. If "google"
is supported, ensure that you have the correct and latest type definitions that include "google"
as a valid type.
3. If "google"
is not supported, you will need to use one of the allowed types instead.
If you believe "google"
should be a valid option and it's not recognized, you might need to update the SDK or the type definitions to the latest version where "google"
is included.
If you need further assistance with this, please provide more context or code snippets, and I'll do my best to help you out!J.
01/12/2025, 6:43 PMShubham Bajaj
01/13/2025, 11:52 AMJ.
01/13/2025, 12:43 PMShubham Bajaj
01/13/2025, 6:08 PM