mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix(main.py): pass user_id + encoding_format for logging + to openai/azure
This commit is contained in:
parent
35fa176c97
commit
8b07a6c046
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