Spaces:
Running
on
Zero
Running
on
Zero
Locutusque
commited on
Commit
•
264ce74
1
Parent(s):
6a866fa
Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ def generate(
|
|
59 |
print(f"An error occurred: {e}")
|
60 |
yield "An error occurred during generation."
|
61 |
|
62 |
-
model_choices = ["Locutusque/Apollo-2.0-Llama-3.1-8B", "Locutusque/TinyMistral-248M-v3", "Locutusque/Hercules-6.
|
63 |
# What at the best options?
|
64 |
g = gr.ChatInterface(
|
65 |
fn=generate,
|
|
|
59 |
print(f"An error occurred: {e}")
|
60 |
yield "An error occurred during generation."
|
61 |
|
62 |
+
model_choices = ["Locutusque/Apollo-2.0-Llama-3.1-8B", "Locutusque/TinyMistral-248M-v3", "Locutusque/Hercules-6.1-Llama-3.1-8B", "Locutusque/DareQwen-2.5-7B", "M4-ai/TinyMistral-248M-V3-Instruct", "Locutusque/StockQwen-2.5-7B"]
|
63 |
# What at the best options?
|
64 |
g = gr.ChatInterface(
|
65 |
fn=generate,
|