mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
fix(main.py): fix order of assembly for streaming chunks
This commit is contained in:
parent
09ec6d6458
commit
bbe6a92eb9
3 changed files with 8 additions and 1 deletions
|
@ -211,7 +211,7 @@ def test_azure_completion_stream():
|
|||
{"role": "system", "content": "You are a helpful assistant."},
|
||||
{
|
||||
"role": "user",
|
||||
"content": "write 1 sentence about litellm being amazing",
|
||||
"content": f"write 1 sentence about litellm being amazing {time.time()}",
|
||||
},
|
||||
]
|
||||
complete_streaming_response = ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue