Skip to content

Commit ac1a470

Browse files
committed
feat: added minikube, oke deployment, standard k8s readme, and updated local rag agent with more debug options
1 parent 7a9dd44 commit ac1a470

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

agentic_rag/gradio_app.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -434,9 +434,6 @@ def create_interface():
434434
url_button.click(process_url, inputs=[url_input], outputs=[url_output])
435435
repo_button.click(process_repo, inputs=[repo_input], outputs=[repo_output])
436436

437-
# Model download event handler
438-
download_button.click(download_model, inputs=[model_dropdown], outputs=[model_status])
439-
440437
# Standard chat handlers
441438
standard_msg.submit(
442439
chat,

0 commit comments

Comments
 (0)