forked from phoenix/litellm-mirror
(test) aembedding includes custom_llm_provider
This commit is contained in:
parent
39f724d9f3
commit
99dcce1e0f
1 changed files with 6 additions and 0 deletions
|
@ -319,6 +319,12 @@ def test_aembedding_azure():
|
|||
input=["good morning from litellm", "this is another item"],
|
||||
)
|
||||
print(response)
|
||||
|
||||
print(
|
||||
"hidden params - custom_llm_provider",
|
||||
response._hidden_params["custom_llm_provider"],
|
||||
)
|
||||
assert response._hidden_params["custom_llm_provider"] == "azure"
|
||||
except Exception as e:
|
||||
pytest.fail(f"Error occurred: {e}")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue