(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:
Ishaan Jaff 2025-01-09 17:24:18 -08:00 committed by GitHub
parent 6f6bf45684
commit 7d680d411d
2 changed files with 11 additions and 3 deletions

View file

@ -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