-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[Bug]: Add Model Providers:Azure-OpenAI error #1402
Comments
we are also facing same issue..please help. |
Dear @KevinHuSh : Thanks for the commit. I have done gitpull and i face the following error. kindly guide while trying to add the Azure Open API from the portal ValueError('Must provide one of the on backend logs i get this error: |
I add a GPT-4o key to with both API key and base_url but got this message error on Web: |
I still got the same issue. I suspect this is because the Azure OpenAI configuration only allows full url chat completion as parameter. Meanwhile Azure openAI has different url for each deployment model for each different tasks. Raised new issue here #2840 |
…ow#1512) ### What problem does this PR solve? fix: Add Model Providers:Azure-OpenAI error infiniflow#1402 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
Is there an existing issue for the same bug?
Branch name
main
Commit ID
main
Other environment information
No response
Actual behavior
ValueError('Must provide one of the
base_url
orazure_endpoint
arguments, or theAZURE_OPENAI_ENDPOINT
environment variable')Expected behavior
No response
Steps to reproduce
Additional information
No response
The text was updated successfully, but these errors were encountered: