Unverified Commit 04fb610f authored by takatost's avatar takatost Committed by GitHub

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

parent a667d04e
...@@ -112,8 +112,8 @@ class HostingConfiguration: ...@@ -112,8 +112,8 @@ class HostingConfiguration:
RestrictModel(model="gpt-3.5-turbo-16k", model_type=ModelType.LLM), 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-16k-0613", model_type=ModelType.LLM),
RestrictModel(model="gpt-3.5-turbo-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="text-davinci-003", model_type=ModelType.LLM),
RestrictModel(model="whisper-1", model_type=ModelType.SPEECH2TEXT),
] ]
) )
quotas.append(trial_quota) quotas.append(trial_quota)
......
...@@ -4,10 +4,10 @@ ...@@ -4,10 +4,10 @@
- gpt-4-1106-preview - gpt-4-1106-preview
- gpt-4-0125-preview - gpt-4-0125-preview
- gpt-4-vision-preview - gpt-4-vision-preview
- gpt-3.5-turbo-0125
- gpt-3.5-turbo - gpt-3.5-turbo
- gpt-3.5-turbo-16k - gpt-3.5-turbo-16k
- gpt-3.5-turbo-16k-0613 - gpt-3.5-turbo-16k-0613
- gpt-3.5-turbo-0125
- gpt-3.5-turbo-1106 - gpt-3.5-turbo-1106
- gpt-3.5-turbo-0613 - gpt-3.5-turbo-0613
- gpt-3.5-turbo-instruct - gpt-3.5-turbo-instruct
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment