fix(proxy_server.py): enable pre+post-call hooks and max parallel request limits

This commit is contained in:
Krrish Dholakia 2023-12-08 17:10:57 -08:00
parent 977bfaaab9
commit 5fa2b6e5ad
9 changed files with 213 additions and 130 deletions

View file

@ -3,7 +3,7 @@ repos:
rev: 3.8.4 # The version of flake8 to use
hooks:
- id: flake8
exclude: ^litellm/tests/|^litellm/proxy/|^litellm/integrations/
exclude: ^litellm/tests/|^litellm/proxy/proxy_server.py|^litellm/integrations/
additional_dependencies: [flake8-print]
files: litellm/.*\.py
- repo: local