mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
fix(main.py): pass user_id + encoding_format for logging + to openai/azure
This commit is contained in:
parent
6be1e0cf6f
commit
e396fcb55c
10 changed files with 82 additions and 26 deletions
|
@ -1,3 +1,11 @@
|
|||
import sys, os, traceback
|
||||
|
||||
# this file is to test litellm/proxy
|
||||
|
||||
sys.path.insert(
|
||||
0, os.path.abspath("../..")
|
||||
) # Adds the parent directory to the system path
|
||||
|
||||
from litellm.integrations.custom_logger import CustomLogger
|
||||
import litellm
|
||||
import inspect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue