mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-19 00:01:29 +00:00
Fix missing Azure api version in Langfuse create_async_task test
This commit is contained in:
parent
1b644fa0fc
commit
27df662164
1 changed files with 1 additions and 0 deletions
|
|
@ -177,6 +177,7 @@ def create_async_task(**completion_kwargs):
|
|||
"""
|
||||
completion_args = {
|
||||
"model": "azure/chatgpt-v-2",
|
||||
"api_version": "2024-02-01",
|
||||
"messages": [{"role": "user", "content": "This is a test"}],
|
||||
"max_tokens": 5,
|
||||
"temperature": 0.7,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue