Skip to content

Commit 030318c

Browse files
committed
ensured model_validation with logger_fn after re init
1 parent 20a51fa commit 030318c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/hf_demo_space/app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ async def start_chatr():
153153

154154
agent_tide_ui.agent_tide.llm = Llm.from_config(config.llm)
155155
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()
156157

157158
session_dir_path = DEFAULT_SESSIONS_WORKSPACE / session_id
158159
if not os.path.exists(session_dir_path):

0 commit comments

Comments
 (0)