mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
fix(utils.py): fix helicone success logging integration
Fixes https://github.com/BerriAI/litellm/issues/4062
This commit is contained in:
parent
c4064abfb3
commit
192dfbcd63
2 changed files with 3 additions and 2 deletions
|
@ -26,5 +26,6 @@
|
|||
|
||||
# # cohere call
|
||||
# response = completion(
|
||||
# model="command-nightly", messages=[{"role": "user", "content": "Hi 👋 - i'm cohere"}]
|
||||
# model="command-nightly",
|
||||
# messages=[{"role": "user", "content": "Hi 👋 - i'm cohere"}],
|
||||
# )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue