mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
fix - test streaming
This commit is contained in:
parent
2622f0351b
commit
f08486448c
2 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,9 @@ litellm.logging = False
|
|||
litellm.set_verbose = True
|
||||
litellm.num_retries = 3
|
||||
litellm.cache = None
|
||||
import nest_asyncio
|
||||
|
||||
nest_asyncio.apply()
|
||||
|
||||
score = 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue