Skip to content

Commit 2953661

Browse files
Update webui.py
1 parent 160f83f commit 2953661

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

webui.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -523,13 +523,6 @@ def list_recordings(save_recording_path):
523523
outputs=llm_model_name
524524
)
525525

526-
# Attach the callback to the fetch models button
527-
fetch_models_button.click(
528-
fetch_available_models,
529-
inputs=[llm_provider, llm_api_key, llm_base_url],
530-
outputs=fetch_models_output
531-
)
532-
533526
# Run button click handler
534527
run_button.click(
535528
fn=run_browser_agent,

0 commit comments

Comments
 (0)