mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
test: update tests to new deployment model (#10142)
* test: update tests to new deployment model * test: update model name * test: skip cohere rbac issue test * test: update test - replace gpt-4o model
This commit is contained in:
parent
415abfc222
commit
1ea046cc61
72 changed files with 294 additions and 292 deletions
|
@ -91,7 +91,7 @@ async def make_async_calls(metadata=None, **completion_kwargs):
|
|||
def create_async_task(**completion_kwargs):
|
||||
litellm.set_verbose = True
|
||||
completion_args = {
|
||||
"model": "openai/chatgpt-v-2",
|
||||
"model": "openai/chatgpt-v-3",
|
||||
"api_version": "2024-02-01",
|
||||
"messages": [{"role": "user", "content": "This is a test"}],
|
||||
"max_tokens": 5,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue