mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
bump version
This commit is contained in:
parent
af33a85043
commit
faa78ad543
3 changed files with 15 additions and 2 deletions
|
@ -118,6 +118,8 @@ def completion(
|
|||
model_response = ModelResponse()
|
||||
if azure: # this flag is deprecated, remove once notebooks are also updated.
|
||||
custom_llm_provider = "azure"
|
||||
if deployment_id:
|
||||
model=deployment_id
|
||||
elif (
|
||||
model.split("/", 1)[0] in litellm.provider_list
|
||||
): # allow custom provider to be passed in via the model name "azure/chatgpt-test"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue