Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -34,11 +34,11 @@ hf_hub_download(
|
|
34 |
# Set the title and description
|
35 |
title = "Dolphin-3 Llama.cpp 🐬"
|
36 |
description = """Dolphin 3.0 is a powerful, general-purpose local AI model designed for coding, math, and various other tasks, aiming similar to the models like ChatGPT and Claude."""
|
37 |
-
examples = [
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
]
|
42 |
|
43 |
|
44 |
def respond(
|
@@ -176,7 +176,7 @@ demo = gr.ChatInterface(
|
|
176 |
title=title,
|
177 |
description=description,
|
178 |
chatbot=gr.Chatbot(scale=1, show_copy_button=True),
|
179 |
-
examples=examples,
|
180 |
cache_examples=True,
|
181 |
cache_mode="lazy",
|
182 |
flagging_mode="never",
|
|
|
34 |
# Set the title and description
|
35 |
title = "Dolphin-3 Llama.cpp 🐬"
|
36 |
description = """Dolphin 3.0 is a powerful, general-purpose local AI model designed for coding, math, and various other tasks, aiming similar to the models like ChatGPT and Claude."""
|
37 |
+
# examples = [
|
38 |
+
# ["Provide a historical fact about the capital of France."],
|
39 |
+
# ["Suggest a three-day itinerary for exploring Tokyo and nearby areas?"],
|
40 |
+
# ["Can you write a short, imaginative story about exploring a forest?"],
|
41 |
+
# ]
|
42 |
|
43 |
|
44 |
def respond(
|
|
|
176 |
title=title,
|
177 |
description=description,
|
178 |
chatbot=gr.Chatbot(scale=1, show_copy_button=True),
|
179 |
+
# examples=examples,
|
180 |
cache_examples=True,
|
181 |
cache_mode="lazy",
|
182 |
flagging_mode="never",
|