fix(llmonitor callback): correctly set user_id

This commit is contained in:
ishaan-jaff 2023-10-05 19:36:39 -07:00
parent 8b9f30038d
commit 1897a1ee46
4 changed files with 5 additions and 4 deletions

View file

@ -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)