Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -87,14 +87,14 @@ demo = gr.ChatInterface(
|
|
| 87 |
examples=[
|
| 88 |
[
|
| 89 |
"Hello! How are you?",
|
| 90 |
-
"You are a helpful AI assistant.",
|
| 91 |
512,
|
| 92 |
0.7,
|
| 93 |
0.95,
|
| 94 |
],
|
| 95 |
[
|
| 96 |
"Can you code a snake game in Python?",
|
| 97 |
-
"You are a helpful AI assistant.",
|
| 98 |
2048,
|
| 99 |
0.7,
|
| 100 |
0.95,
|
|
|
|
| 87 |
examples=[
|
| 88 |
[
|
| 89 |
"Hello! How are you?",
|
| 90 |
+
"You are a helpful AI assistant for everyday tasks.",
|
| 91 |
512,
|
| 92 |
0.7,
|
| 93 |
0.95,
|
| 94 |
],
|
| 95 |
[
|
| 96 |
"Can you code a snake game in Python?",
|
| 97 |
+
"You are a helpful AI assistant for coding.",
|
| 98 |
2048,
|
| 99 |
0.7,
|
| 100 |
0.95,
|