Fix Azure OpenAI Provider BASE_MODELS (#1813)

Co-authored-by: xifan <xifan@gaoding.com>
This commit is contained in:
Bannings
2023-12-22 14:17:15 +08:00
committed by GitHub
parent 163515c6e9
commit 0b7e0cadc0

View File

@@ -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',