fix - test streaming

This commit is contained in:
Ishaan Jaff 2024-04-06 18:28:07 -07:00
parent aca692282a
commit c37383192f
2 changed files with 4 additions and 0 deletions

View file

@ -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