forked from phoenix/litellm-mirror
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 (
|
if (
|
||||||
model in litellm.open_ai_chat_completion_models
|
model in litellm.open_ai_chat_completion_models
|
||||||
or "ft:gpt-3.5-turbo" in model
|
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
|
or model in litellm.openai_image_generation_models
|
||||||
):
|
):
|
||||||
custom_llm_provider = "openai"
|
custom_llm_provider = "openai"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue