Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move api_key from additional kwargs to OpenAI instantiation #500

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

roschly
Copy link

@roschly roschly commented Feb 27, 2024

When the api_key is passed in additional kwargs to the litellm completion, it caused an issue with Azure OpenAI.
To fix it, it is passed as an arg to the OpenAI instantiation, and removed from additional kwargs in the handler.

I don't know if this might cause issues for other LiteLLM backends though.
But if it does, it probably indicates that a refactor is needed in order handle multiple backends

The openai api config key is caused issue for azure openai, when passed in additional kwargs to litellm completion. Instead it is passed as arg to OpenAI instantiation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant