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

[Bug] AzureOpenAi not working in version 2.14 #5142

Closed
ErYiii opened this issue Jul 30, 2024 · 2 comments
Closed

[Bug] AzureOpenAi not working in version 2.14 #5142

ErYiii opened this issue Jul 30, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@ErYiii
Copy link

ErYiii commented Jul 30, 2024

📦 Deployment Method

Official installation package

📌 Version

v2.14.0

💻 Operating System

macOS

📌 System Version

Sonoma

🌐 Browser

Other

📌 Browser Version

client

🐛 Bug Description

Cannot use AzureOpenAI after updating to version 2.14. API configuration has not changed. return Resource not found

image

📷 Recurrence Steps

No response

🚦 Expected Behavior

No response

📝 Additional Information

Functions fine after rolling back to version 2.13

@ErYiii ErYiii added the bug Something isn't working label Jul 30, 2024
@ErYiii
Copy link
Author

ErYiii commented Jul 30, 2024

Resolved, the API sample was https://resourceurl}/openai/deployments/{deploy-id}, it needs to be adjusted to https://resourceurl}/openai.
Also need to change custom model name:#5001

@ErYiii ErYiii closed this as completed Jul 30, 2024
@EdiWang
Copy link

EdiWang commented Aug 2, 2024

My deployment works fine.

  • AZURE_URL: https://xxxxxx.openai.azure.com/openai/deployments/
  • CUSTOM_MODELS: -all,+gpt-4o@azure=gpt-4o,+gpt-4o-mini@azure=gpt-4o-mini

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants