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
However, when I run the code from README.md, I encountered the following error with json.dumps(): TypeError: Object of type ChatResponse is not JSON serializable
Here’s the relevant snippet from wrapper.py (line 183):
Your team did an excellent job.
However, when I run the code from
README.md
, I encountered the following error withjson.dumps()
:TypeError: Object of type ChatResponse is not JSON serializable
Here’s the relevant snippet from wrapper.py (line 183):
If I comment out the
logger.debug()
line, everything works fine.The text was updated successfully, but these errors were encountered: