(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 fd46482916
commit a85de46ef7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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