Update app.py
Browse files
app.py
CHANGED
|
@@ -79,13 +79,11 @@ def reset():
|
|
| 79 |
@app.route('/')
|
| 80 |
def index():
|
| 81 |
return """
|
| 82 |
-
|
| 83 |
-
|
| 84 |
-
|
| 85 |
-
|
| 86 |
-
|
| 87 |
-
<li>Reset: /reset</li>
|
| 88 |
-
</ul>
|
| 89 |
"""
|
| 90 |
|
| 91 |
def start_tunnel():
|
|
|
|
| 79 |
@app.route('/')
|
| 80 |
def index():
|
| 81 |
return """
|
| 82 |
+
Endpoints for help:
|
| 83 |
+
V V V V V V V V V V V
|
| 84 |
+
Set key: /token=YOUR_GROQ_KEY
|
| 85 |
+
Chat: /chat?input=YOUR_MESSAGE
|
| 86 |
+
Reset chat history: /reset
|
|
|
|
|
|
|
| 87 |
"""
|
| 88 |
|
| 89 |
def start_tunnel():
|