fix(llmonitor callback): correctly set user_id

This commit is contained in:
ishaan-jaff 2023-10-05 19:36:39 -07:00
parent 1ea8a51653
commit 605369bc2a
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)