mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
(ci/cd) run tests again
This commit is contained in:
parent
5cf406cd66
commit
76541c4a0a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ sys.path.insert(0, os.path.abspath('../..'))
|
||||||
from litellm import completion, embedding
|
from litellm import completion, embedding
|
||||||
import litellm
|
import litellm
|
||||||
from litellm.integrations.custom_logger import CustomLogger
|
from litellm.integrations.custom_logger import CustomLogger
|
||||||
|
|
||||||
async_success = False
|
async_success = False
|
||||||
complete_streaming_response_in_callback = ""
|
complete_streaming_response_in_callback = ""
|
||||||
class MyCustomHandler(CustomLogger):
|
class MyCustomHandler(CustomLogger):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue