Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ Gen-Z-ify<|eot_id|><|start_header_id|>user<|end_header_id|>
|
|
| 19 |
{english}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
|
| 20 |
"""
|
| 21 |
|
| 22 |
-
API_URL = "https://
|
| 23 |
|
| 24 |
@cl.on_message # marks a function that should be run each time the chatbot receives a message from a user
|
| 25 |
async def main(message: cl.Message):
|
|
|
|
| 19 |
{english}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
|
| 20 |
"""
|
| 21 |
|
| 22 |
+
API_URL = "https://bna913spdpygqt4t.us-east-1.aws.endpoints.huggingface.cloud"
|
| 23 |
|
| 24 |
@cl.on_message # marks a function that should be run each time the chatbot receives a message from a user
|
| 25 |
async def main(message: cl.Message):
|