Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -193,10 +193,10 @@ demo = gr.ChatInterface(
|
|
193 |
respond,
|
194 |
additional_inputs=[
|
195 |
gr.Dropdown([
|
196 |
-
'
|
197 |
'Meta-Llama-3-70B-Instruct-Q3_K_M.gguf'
|
198 |
],
|
199 |
-
value="
|
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"),
|