mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
fix(llmonitor callback): correctly set user_id
This commit is contained in:
parent
8b9f30038d
commit
1897a1ee46
4 changed files with 5 additions and 4 deletions
|
@ -20,6 +20,7 @@ def test_chat_openai():
|
|||
response = completion(
|
||||
model="gpt-3.5-turbo",
|
||||
messages=[{"role": "user", "content": "Hi 👋 - i'm openai"}],
|
||||
user="ishaan_from_litellm"
|
||||
)
|
||||
|
||||
print(response)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue