pabloce commited on
Commit
9fff9f3
·
verified ·
1 Parent(s): df5600d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -193,10 +193,10 @@ demo = gr.ChatInterface(
193
  respond,
194
  additional_inputs=[
195
  gr.Dropdown([
196
- 'unsloth.Q8_0.gguf',
197
  'Meta-Llama-3-70B-Instruct-Q3_K_M.gguf'
198
  ],
199
- value="unsloth.Q8_0.gguf",
200
  label="Model"
201
  ),
202
  gr.Textbox(value="You are a deep thinking AI, you may use extremely long chains of thought to deeply consider the problem and deliberate with yourself via systematic reasoning processes to help come to a correct solution prior to answering. You should enclose your thoughts and internal monologue inside <think> </think> tags, and then provide your solution or response to the problem.", label="System message"),
 
193
  respond,
194
  additional_inputs=[
195
  gr.Dropdown([
196
+ 'Mistral-Small-24B-Instruct-2501-Q8_0.gguf',
197
  'Meta-Llama-3-70B-Instruct-Q3_K_M.gguf'
198
  ],
199
+ value="Mistral-Small-24B-Instruct-2501-Q8_0.gguf",
200
  label="Model"
201
  ),
202
  gr.Textbox(value="You are a deep thinking AI, you may use extremely long chains of thought to deeply consider the problem and deliberate with yourself via systematic reasoning processes to help come to a correct solution prior to answering. You should enclose your thoughts and internal monologue inside <think> </think> tags, and then provide your solution or response to the problem.", label="System message"),