Kevin Hu
commited on
Commit
·
a92172b
1
Parent(s):
a778d24
fix AzureOpenAI issue` (#2608)
Browse files### What problem does this PR solve?
#1599
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
- api/settings.py +4 -4
api/settings.py
CHANGED
@@ -77,10 +77,10 @@ if not LIGHTEN:
|
|
77 |
"asr_model": "whisper-1",
|
78 |
},
|
79 |
"Azure-OpenAI": {
|
80 |
-
"chat_model": "
|
81 |
-
"embedding_model": "
|
82 |
-
"image2text_model": "
|
83 |
-
"asr_model": "
|
84 |
},
|
85 |
"ZHIPU-AI": {
|
86 |
"chat_model": "glm-3-turbo",
|
|
|
77 |
"asr_model": "whisper-1",
|
78 |
},
|
79 |
"Azure-OpenAI": {
|
80 |
+
"chat_model": "gpt-35-turbo",
|
81 |
+
"embedding_model": "text-embedding-ada-002",
|
82 |
+
"image2text_model": "gpt-4-vision-preview",
|
83 |
+
"asr_model": "whisper-1",
|
84 |
},
|
85 |
"ZHIPU-AI": {
|
86 |
"chat_model": "glm-3-turbo",
|