forked from phoenix/litellm-mirror
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 datetime, time
|
||||||
import tiktoken
|
import tiktoken
|
||||||
import uuid
|
import uuid
|
||||||
|
import aiohttp
|
||||||
|
|
||||||
encoding = tiktoken.get_encoding("cl100k_base")
|
encoding = tiktoken.get_encoding("cl100k_base")
|
||||||
import importlib.metadata
|
import importlib.metadata
|
||||||
|
@ -2322,4 +2323,4 @@ def completion_with_fallbacks(**kwargs):
|
||||||
) # cool down this selected model
|
) # cool down this selected model
|
||||||
# print(f"rate_limited_models {rate_limited_models}")
|
# print(f"rate_limited_models {rate_limited_models}")
|
||||||
pass
|
pass
|
||||||
return response
|
return response
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue