Nguyen5 commited on
Commit
2ddd03c
·
verified ·
1 Parent(s): 481fba7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/51d86c4b-9f79-4323-99bc-487f60a6e415")
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
  """