(ci/cd) fixes

This commit is contained in:
Ishaan Jaff 2024-05-13 20:48:38 -07:00
parent ffcd6b6a63
commit 9bde3ccd1d
2 changed files with 1 additions and 2 deletions

View file

@ -885,7 +885,7 @@ async def test_acompletion_claude2_1():
}, },
{"role": "user", "content": "Generate a 3 liner joke for me"}, {"role": "user", "content": "Generate a 3 liner joke for me"},
] ]
# test without max tokens # test without max-tokens
response = await litellm.acompletion(model="claude-2.1", messages=messages) response = await litellm.acompletion(model="claude-2.1", messages=messages)
# Add any assertions here to check the response # Add any assertions here to check the response
print(response) print(response)

View file

@ -84,7 +84,6 @@ model_list:
model: text-completion-openai/gpt-3.5-turbo-instruct model: text-completion-openai/gpt-3.5-turbo-instruct
litellm_settings: litellm_settings:
drop_params: True drop_params: True
enable_preview_features: True
# max_budget: 100 # max_budget: 100
# budget_duration: 30d # budget_duration: 30d
num_retries: 5 num_retries: 5