mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
fix: llm_provider add openai finetune compatibility
This commit is contained in:
parent
78dc7dc844
commit
7b1d55d110
2 changed files with 2 additions and 2 deletions
|
@ -375,7 +375,7 @@ def completion(
|
|||
model in litellm.open_ai_chat_completion_models
|
||||
or custom_llm_provider == "custom_openai"
|
||||
or custom_llm_provider == "openai"
|
||||
or "ft:gpt-3.5-turbo" in model # finetuned gpt-3.5-turbo
|
||||
or "ft:gpt-3.5-turbo" in model # finetune gpt-3.5-turbo
|
||||
): # allow user to make an openai call with a custom base
|
||||
# note: if a user sets a custom base - we should ensure this works
|
||||
# allow for the setting of dynamic and stateful api-bases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue