support for finetuned gpt-3.5-turbo

This commit is contained in:
ishaan-jaff 2023-08-22 15:42:23 -07:00
parent 1f98f38f13
commit f4d63855ba
3 changed files with 25 additions and 1 deletions

View file

@ -202,6 +202,7 @@ def completion(
elif (
model in litellm.open_ai_chat_completion_models
or custom_llm_provider == "custom_openai"
or "ft:gpt-3.5-turbo" in model # finetuned gpt-3.5-turbo
): # allow user to make an openai call with a custom base
openai.api_type = "openai"
# note: if a user sets a custom base - we should ensure this works