mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
fix linting errors
This commit is contained in:
parent
69e5a7cb68
commit
4ca0464395
2 changed files with 15 additions and 6 deletions
|
@ -256,7 +256,7 @@ def test_convert_openai_request_to_vertex_with_adapter_size():
|
|||
)
|
||||
|
||||
result = vertex_finetune_api.convert_openai_request_to_vertex(
|
||||
openai_data, AdapterSize="SMALL"
|
||||
openai_data, adapter_size="SMALL"
|
||||
)
|
||||
|
||||
print("converted vertex ai result=", result)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue