Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import os
|
|
| 4 |
|
| 5 |
# --- Flowise endpoint ---
|
| 6 |
# Nếu bạn chạy Flowise cục bộ: ngrok http 3000
|
| 7 |
-
FLOWISE_API = os.getenv("FLOWISE_API", "https://kimberlee-homonymous-zora.ngrok-free.dev/api/v1/prediction/
|
| 8 |
|
| 9 |
def chat_with_bot(message, history):
|
| 10 |
"""
|
|
|
|
| 4 |
|
| 5 |
# --- Flowise endpoint ---
|
| 6 |
# Nếu bạn chạy Flowise cục bộ: ngrok http 3000
|
| 7 |
+
FLOWISE_API = os.getenv("FLOWISE_API", "https://kimberlee-homonymous-zora.ngrok-free.dev/api/v1/prediction/c7fbe69c-9c1e-45f8-8e94-c2c619886cae")
|
| 8 |
|
| 9 |
def chat_with_bot(message, history):
|
| 10 |
"""
|