mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-11 11:56:53 +08:00
Fix Azure OpenAI Provider BASE_MODELS (#1813)
Co-authored-by: xifan <xifan@gaoding.com>
This commit is contained in:
@@ -24,6 +24,8 @@ from models.provider import ProviderType, ProviderModel, ProviderQuotaType
|
|||||||
BASE_MODELS = [
|
BASE_MODELS = [
|
||||||
'gpt-4',
|
'gpt-4',
|
||||||
'gpt-4-32k',
|
'gpt-4-32k',
|
||||||
|
'gpt-4-1106-preview',
|
||||||
|
'gpt-4-vision-preview',
|
||||||
'gpt-35-turbo',
|
'gpt-35-turbo',
|
||||||
'gpt-35-turbo-16k',
|
'gpt-35-turbo-16k',
|
||||||
'text-davinci-003',
|
'text-davinci-003',
|
||||||
|
|||||||
Reference in New Issue
Block a user