mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
added import aiohttp
This commit is contained in:
parent
072d93696c
commit
f4596c52b8
1 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@ import random, uuid, requests
|
|||
import datetime, time
|
||||
import tiktoken
|
||||
import uuid
|
||||
import aiohttp
|
||||
|
||||
encoding = tiktoken.get_encoding("cl100k_base")
|
||||
import importlib.metadata
|
||||
|
@ -2322,4 +2323,4 @@ def completion_with_fallbacks(**kwargs):
|
|||
) # cool down this selected model
|
||||
# print(f"rate_limited_models {rate_limited_models}")
|
||||
pass
|
||||
return response
|
||||
return response
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue