removed template
Browse files
app.py
CHANGED
@@ -80,9 +80,9 @@ with gr.Blocks(gr.themes.Soft()) as demo:
|
|
80 |
|
81 |
gr.Examples(
|
82 |
examples=[
|
83 |
-
["openrouter", "qwen/qwen-2.5-72b-instruct", "duckdbinst", "",
|
84 |
-
["openrouter", "meta-llama/llama-3.2-3b-instruct:free", "duckdbinstgraniteshort", "",
|
85 |
-
["openrouter", "mistralai/mistral-nemo", "duckdbinst", "",
|
86 |
],
|
87 |
inputs=[inference_api, model_name, prompt_format, openrouter_token, custom_prompt],
|
88 |
)
|
|
|
80 |
|
81 |
gr.Examples(
|
82 |
examples=[
|
83 |
+
["openrouter", "qwen/qwen-2.5-72b-instruct", "duckdbinst", "", ""],
|
84 |
+
["openrouter", "meta-llama/llama-3.2-3b-instruct:free", "duckdbinstgraniteshort", "", ""],
|
85 |
+
["openrouter", "mistralai/mistral-nemo", "duckdbinst", "", ""],
|
86 |
],
|
87 |
inputs=[inference_api, model_name, prompt_format, openrouter_token, custom_prompt],
|
88 |
)
|