-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
fix typos & add missing names for azure models #1290
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you update this mapping here too:
Line 337 in ca40a88
azure_llms = { |
since we're calling it azure/gpt-35-turbo
now
lgtm - just one change requested |
@ishaan-jaff updated 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm ! Good to merge @fcakyon ?
Great work @fcakyon! |
Yes its ready to merge @ishaan-jaff ! |
Fixes #1291
Before this PR, most Azure OpenAI models used incorrect context size in LiteLMM. (For instance,
.
is not allowed in Azure deployment names, sogpt-3.5
in Openai has to be spelled asgpt-35
in Azure OpenAI)This PR makes LiteLMM work perfectly fine with all available Azure OpenAI models.