Spaces:
Running
Running
Commit
·
0190a84
1
Parent(s):
2eef1ae
chore: remove examples
Browse files
app.py
CHANGED
|
@@ -187,10 +187,6 @@ demo = gr.ChatInterface(
|
|
| 187 |
),
|
| 188 |
],
|
| 189 |
type="messages",
|
| 190 |
-
examples=[
|
| 191 |
-
["What is 42 to the power of 2?", system_prompt],
|
| 192 |
-
["If I have 3 apples and multiply them by 7, how many do I have?", system_prompt],
|
| 193 |
-
],
|
| 194 |
title="Groq Tool Use Chat",
|
| 195 |
description="This chatbot uses the `llama3-groq-8b-8192-tool-use-preview` LLM with tool use capabilities, including a calculator function.",
|
| 196 |
)
|
|
|
|
| 187 |
),
|
| 188 |
],
|
| 189 |
type="messages",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 190 |
title="Groq Tool Use Chat",
|
| 191 |
description="This chatbot uses the `llama3-groq-8b-8192-tool-use-preview` LLM with tool use capabilities, including a calculator function.",
|
| 192 |
)
|