forked from phoenix/litellm-mirror
fix test
This commit is contained in:
parent
1223394e51
commit
8f8cccdc72
1 changed files with 0 additions and 10 deletions
|
@ -942,13 +942,3 @@ def test_forward_user_param():
|
|||
)
|
||||
|
||||
assert optional_params["metadata"]["user_id"] == "test_user"
|
||||
|
||||
|
||||
def test_lm_studio_embedding_params():
|
||||
optional_params = get_optional_params_embeddings(
|
||||
model="lm_studio/gemma2-9b-it",
|
||||
custom_llm_provider="lm_studio",
|
||||
dimensions=1024,
|
||||
drop_params=True,
|
||||
)
|
||||
assert len(optional_params) == 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue