mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
Merge branch 'main' into litellm_imp_mem_use
This commit is contained in:
commit
89ef2023e9
10 changed files with 296 additions and 65 deletions
|
@ -85,7 +85,7 @@
|
|||
# async def main():
|
||||
# for i in range(1):
|
||||
# start = time.time()
|
||||
# n = 20 # Number of concurrent tasks
|
||||
# n = 15 # Number of concurrent tasks
|
||||
# tasks = [router_acompletion() for _ in range(n)]
|
||||
|
||||
# chat_completions = await asyncio.gather(*tasks)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue