ソースを参照

add gpt-3.5-turbo-0125 to trail llm list (#2354)

tags/0.5.4
takatost 1年前
コミット
04fb610fe7
コミッターのメールアドレスに関連付けられたアカウントが存在しません

+ 1
- 1
api/core/hosting_configuration.py ファイルの表示

@@ -112,8 +112,8 @@ class HostingConfiguration:
RestrictModel(model="gpt-3.5-turbo-16k", model_type=ModelType.LLM),
RestrictModel(model="gpt-3.5-turbo-16k-0613", model_type=ModelType.LLM),
RestrictModel(model="gpt-3.5-turbo-0613", model_type=ModelType.LLM),
RestrictModel(model="gpt-3.5-turbo-0125", model_type=ModelType.LLM),
RestrictModel(model="text-davinci-003", model_type=ModelType.LLM),
RestrictModel(model="whisper-1", model_type=ModelType.SPEECH2TEXT),
]
)
quotas.append(trial_quota)

+ 1
- 1
api/core/model_runtime/model_providers/openai/llm/_position.yaml ファイルの表示

@@ -4,10 +4,10 @@
- gpt-4-1106-preview
- gpt-4-0125-preview
- gpt-4-vision-preview
- gpt-3.5-turbo-0125
- gpt-3.5-turbo
- gpt-3.5-turbo-16k
- gpt-3.5-turbo-16k-0613
- gpt-3.5-turbo-0125
- gpt-3.5-turbo-1106
- gpt-3.5-turbo-0613
- gpt-3.5-turbo-instruct

読み込み中…
キャンセル
保存