mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
add api manager
This commit is contained in:
parent
15c40625c6
commit
a39756bfda
10 changed files with 110 additions and 19 deletions
|
@ -168,7 +168,7 @@ def completion(
|
|||
model_alias_map=litellm.model_alias_map,
|
||||
completion_call_id=id
|
||||
)
|
||||
logging.update_environment_variables(model=model, optional_params=optional_params, litellm_params=litellm_params)
|
||||
logging.update_environment_variables(model=model, user=user, optional_params=optional_params, litellm_params=litellm_params)
|
||||
if custom_llm_provider == "azure":
|
||||
# azure configs
|
||||
openai.api_type = "azure"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue