forked from phoenix/litellm-mirror
fix(openai.py): return model name with custom llm provider for openai compatible endpoints
This commit is contained in:
parent
10f5f342bd
commit
0033613b9e
4 changed files with 5 additions and 1 deletions
|
@ -875,6 +875,7 @@ def completion(
|
|||
custom_prompt_dict=custom_prompt_dict,
|
||||
client=client, # pass AsyncOpenAI, OpenAI client
|
||||
organization=organization,
|
||||
custom_llm_provider=custom_llm_provider,
|
||||
)
|
||||
except Exception as e:
|
||||
## LOGGING - log the original exception returned
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue