You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seeing this error frequently. Appears to be happening a lot with CrewAI streaming.
Traceback (most recent call last):
File "/usr/local/lib/python3.11/site-packages/agentops/llm_tracker.py", line 127, in handle_stream_chunk
token = choices[0].delta.content
~~~~~~~^^^
IndexError: list index out of range
🔄 Reproduction Steps
Run a non-standard model with CrewAI
🙁 Expected Behavior
No error or crash.
Error events get more details about what went wrong
The text was updated successfully, but these errors were encountered:
🐛 Bug Report
🔎 Describe the Bug
Seeing this error frequently. Appears to be happening a lot with CrewAI streaming.
🔄 Reproduction Steps
Run a non-standard model with CrewAI
🙁 Expected Behavior
The text was updated successfully, but these errors were encountered: