mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
(test) custom_llm_provider in hidden params
This commit is contained in:
parent
fd9bddc71a
commit
70899521ae
1 changed files with 3 additions and 0 deletions
|
|
@ -849,6 +849,9 @@ def test_completion_azure_key_completion_arg():
|
|||
max_tokens=10,
|
||||
)
|
||||
print(f"response: {response}")
|
||||
|
||||
print("Hidden Params", response._hidden_params)
|
||||
assert response._hidden_params["custom_llm_provider"] == "azure"
|
||||
os.environ["AZURE_API_KEY"] = old_key
|
||||
except Exception as e:
|
||||
os.environ["AZURE_API_KEY"] = old_key
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue