mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
add ft:gpt4
This commit is contained in:
parent
0f94ab23bd
commit
6ac9792cad
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