mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
test(test_async_fn.py): adding additional logging for tests
This commit is contained in:
parent
f9ff8cbfb1
commit
1eca893d2f
2 changed files with 2 additions and 1 deletions
|
@ -30,6 +30,8 @@ def test_get_response_streaming():
|
|||
user_message = "Hello, how are you?"
|
||||
messages = [{"content": user_message, "role": "user"}]
|
||||
try:
|
||||
import litellm
|
||||
litellm.set_verbose = True
|
||||
response = await acompletion(model="gpt-3.5-turbo", messages=messages, stream=True)
|
||||
print(type(response))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue