mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
fix ensure async client test
This commit is contained in:
parent
c010cdef59
commit
bdf77f6f4b
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@ ALLOWED_FILES = [
|
|||
"../../litellm/llms/huggingface_restapi.py",
|
||||
"../../litellm/llms/base.py",
|
||||
"../../litellm/llms/custom_httpx/httpx_handler.py",
|
||||
"../../litellm/llms/openai/common_utils.py",
|
||||
# when running on ci/cd
|
||||
"./litellm/__init__.py",
|
||||
"./litellm/llms/custom_httpx/http_handler.py",
|
||||
|
@ -18,6 +19,7 @@ ALLOWED_FILES = [
|
|||
"./litellm/llms/huggingface_restapi.py",
|
||||
"./litellm/llms/base.py",
|
||||
"./litellm/llms/custom_httpx/httpx_handler.py",
|
||||
"./litellm/llms/openai/common_utils.py",
|
||||
]
|
||||
|
||||
warning_msg = "this is a serious violation that can impact latency. Creating Async clients per request can add +500ms per request"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue