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
How to set debug_mode in runtime when using Assiatant? Below is my code to set the debug_mode, I can set the debug_mode=True, but when I set it back to debug_mode=False, it still print out the debug log info. How to fix it?
# new Assistant instance xxxdebug=Trueassistant.set_log_level(debug)
assistant.debug_mode=debugassistant.show_tool_calls=debug# xxxx
The text was updated successfully, but these errors were encountered:
How to set
debug_mode
in runtime when using Assiatant? Below is my code to set thedebug_mode
, I can set thedebug_mode=True
, but when I set it back todebug_mode=False
, it still print out the debug log info. How to fix it?The text was updated successfully, but these errors were encountered: