We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20a51fa commit 030318cCopy full SHA for 030318c
1 file changed
examples/hf_demo_space/app.py
@@ -153,6 +153,7 @@ async def start_chatr():
153
154
agent_tide_ui.agent_tide.llm = Llm.from_config(config.llm)
155
agent_tide_ui.agent_tide.llm.provider.session_id = agent_tide_ui.agent_tide.session_id
156
+ agent_tide_ui.agent_tide.pass_custom_logger_fn()
157
158
session_dir_path = DEFAULT_SESSIONS_WORKSPACE / session_id
159
if not os.path.exists(session_dir_path):
0 commit comments