<img width="723" height="408" alt="Image" src="https://github.com/user-attachments/assets/ef6690fa-0977-4203-87d5-07b38b4e5bb6" /> diff --git a/funclip/launch.py b/funclip/launch.py index 2ea2ba1..50121ec 100644 --- a/funclip/launch.py +++ b/funclip/launch.py @@ -211,8 +211,8 @@ if __name__ == "__main__": with gr.Row(): llm_model = gr.Dropdown( choices=[ - "deepseek-chat" - "qwen-plus", + "deepseek-chat", + "qwen-plus", "gpt-3.5-turbo", "gpt-3.5-turbo-0125", "gpt-4-turbo",
diff --git a/funclip/launch.py b/funclip/launch.py
index 2ea2ba1..50121ec 100644
--- a/funclip/launch.py
+++ b/funclip/launch.py
@@ -211,8 +211,8 @@ if name == "main":
with gr.Row():
llm_model = gr.Dropdown(
choices=[