-
-
Notifications
You must be signed in to change notification settings - Fork 8.1k
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
Add GPT-4o for Azure OpenAI #1755
base: main
Are you sure you want to change the base?
Add GPT-4o for Azure OpenAI #1755
Conversation
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.
❌ Changes requested. Reviewed everything up to 690f94c in 1 minute and 3 seconds
More details
- Looked at
106
lines of code in4
files - Skipped
0
files when reviewing. - Skipped posting
0
drafted comments based on config settings.
Workflow ID: wflow_d8DLIjVNXSwM1ekd
Want Ellipsis to fix these issues? Tag @ellipsis-dev
in a comment. You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
+1 |
Do I need to update Below are examples of existing Azure fields.
|
I too hope this feature will be available soon. |
Summary:
This PR integrates GPT-4o model support into the Azure OpenAI API configuration, including backend, frontend, and database updates.
Key points:
gpt-4o
case inPOST
function inapp/api/chat/azure/route.ts
to handle new model.azureOpenai45OID
inProfileSettings
component incomponents/utility/profile-settings.tsx
for frontend configuration.azure_openai_45_o_id
inprofiles
table via migration insupabase/migrations/20240526065246_add_azure_openai_45_o_id_to_profiles.sql
.Database
type insupabase/types.ts
to include new column.Generated with ❤️ by ellipsis.dev