mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
fix linting errors
This commit is contained in:
parent
31c31950a0
commit
9405b40242
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