mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-11 20:06:54 +08:00
feat: add openai paid llm model. (#2392)
This commit is contained in:
@@ -125,12 +125,13 @@ class HostingConfiguration:
|
|||||||
RestrictModel(model="gpt-4-turbo-preview", model_type=ModelType.LLM),
|
RestrictModel(model="gpt-4-turbo-preview", model_type=ModelType.LLM),
|
||||||
RestrictModel(model="gpt-4-32k", model_type=ModelType.LLM),
|
RestrictModel(model="gpt-4-32k", model_type=ModelType.LLM),
|
||||||
RestrictModel(model="gpt-4-1106-preview", model_type=ModelType.LLM),
|
RestrictModel(model="gpt-4-1106-preview", model_type=ModelType.LLM),
|
||||||
|
RestrictModel(model="gpt-4-0125-preview", model_type=ModelType.LLM),
|
||||||
RestrictModel(model="gpt-3.5-turbo", model_type=ModelType.LLM),
|
RestrictModel(model="gpt-3.5-turbo", model_type=ModelType.LLM),
|
||||||
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-1106", model_type=ModelType.LLM),
|
RestrictModel(model="gpt-3.5-turbo-1106", model_type=ModelType.LLM),
|
||||||
RestrictModel(model="gpt-4-0125-preview", 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="gpt-3.5-turbo-instruct", model_type=ModelType.LLM),
|
RestrictModel(model="gpt-3.5-turbo-instruct", model_type=ModelType.LLM),
|
||||||
RestrictModel(model="text-davinci-003", model_type=ModelType.LLM),
|
RestrictModel(model="text-davinci-003", model_type=ModelType.LLM),
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user