You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow mechanism to route embedding calls to a proxy like LiteLLM. Currently Phidata supports routing model calls using OpenAILike feature, and hoping that we can do the same thing for embeddings as well.
raise OpenAIError(
openai.OpenAIError: Missing credentials. Please pass one of api_key, azure_ad_token, azure_ad_token_provider, or the AZURE_OPENAI_API_KEY or AZURE_OPENAI_AD_TOKEN environment variables.
The text was updated successfully, but these errors were encountered:
Allow mechanism to route embedding calls to a proxy like LiteLLM. Currently Phidata supports routing model calls using OpenAILike feature, and hoping that we can do the same thing for embeddings as well.
raise OpenAIError(
openai.OpenAIError: Missing credentials. Please pass one of
api_key
,azure_ad_token
,azure_ad_token_provider
, or theAZURE_OPENAI_API_KEY
orAZURE_OPENAI_AD_TOKEN
environment variables.The text was updated successfully, but these errors were encountered: