From 4e8d64ff1cee39eb637fb5c800c1990ad04029f4 Mon Sep 17 00:00:00 2001 From: Dillon DuPont Date: Sat, 10 May 2025 20:47:52 -0400 Subject: [PATCH] typo --- libs/agent/agent/ui/gradio/app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/agent/agent/ui/gradio/app.py b/libs/agent/agent/ui/gradio/app.py index a8202de9..ef9b813b 100644 --- a/libs/agent/agent/ui/gradio/app.py +++ b/libs/agent/agent/ui/gradio/app.py @@ -818,6 +818,7 @@ if __name__ == "__main__": # Custom model fields visibility gr.update(visible=is_any_custom), # Custom model name always visible for any custom option gr.update(visible=is_custom_openai_api), # Provider base URL only for OpenAI compatible API + gr.update(visible=is_custom_openai_api), # Provider API key only for OpenAI compatible API # Update the hidden model_choice field gr.update(value=model_choice_value) ]