mirror of
https://gitee.com/dify_ai/dify.git
synced 2024-11-30 10:18:13 +08:00
Fix Azure OpenAI Provider BASE_MODELS (#1813)
Co-authored-by: xifan <xifan@gaoding.com>
This commit is contained in:
parent
163515c6e9
commit
0b7e0cadc0
@ -24,6 +24,8 @@ from models.provider import ProviderType, ProviderModel, ProviderQuotaType
|
||||
BASE_MODELS = [
|
||||
'gpt-4',
|
||||
'gpt-4-32k',
|
||||
'gpt-4-1106-preview',
|
||||
'gpt-4-vision-preview',
|
||||
'gpt-35-turbo',
|
||||
'gpt-35-turbo-16k',
|
||||
'text-davinci-003',
|
||||
|
Loading…
Reference in New Issue
Block a user