mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
(proxy - RPS) - Get 2K RPS at 4 instances, minor fix aiohttp_openai/
(#7659)
* speed up transform_response * use 2 workers * undo changes to uvicorn * ci/cd run again
This commit is contained in:
parent
fd46482916
commit
a85de46ef7
2 changed files with 11 additions and 3 deletions
|
@ -6,7 +6,7 @@ import pytest
|
|||
|
||||
sys.path.insert(
|
||||
0, os.path.abspath("../../")
|
||||
) # Adds the parent directory to the system path
|
||||
) # Adds the parent directory to the system-path
|
||||
|
||||
import litellm
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue