fix ensure async client test
This commit is contained in:
parent
c010cdef59
commit
bdf77f6f4b
@ -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…
Reference in New Issue
Block a user