tdoehmen commited on
Commit
0524e8d
·
1 Parent(s): edbe15e

removed template

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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", "", PROMPT_TEMPLATES['duckdbinst']],
84
- ["openrouter", "meta-llama/llama-3.2-3b-instruct:free", "duckdbinstgraniteshort", "", PROMPT_TEMPLATES['duckdbinstgraniteshort']],
85
- ["openrouter", "mistralai/mistral-nemo", "duckdbinst", "", PROMPT_TEMPLATES['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
  )