mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
add ft:gpt4
This commit is contained in:
parent
9aaa131a72
commit
3c6785c207
1 changed files with 1 additions and 0 deletions
|
@ -4050,6 +4050,7 @@ def get_llm_provider(
|
|||
if (
|
||||
model in litellm.open_ai_chat_completion_models
|
||||
or "ft:gpt-3.5-turbo" in model
|
||||
or "ft:gpt-4" in model # catches ft:gpt-4-0613, ft:gpt-4o
|
||||
or model in litellm.openai_image_generation_models
|
||||
):
|
||||
custom_llm_provider = "openai"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue