mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue