Tonic commited on
Commit
b850126
1 Parent(s): 2c2780a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -8,8 +8,8 @@ import requests
8
  import os
9
 
10
  # Define environment variables
11
- API_URL = os.getenv("API_URL", "YOUR_API_URL_PLACEHOLDER")
12
- API_TOKEN = os.getenv("API_TOKEN", "YOUR_API_TOKEN_PLACEHOLDER")
13
 
14
  class ChatBot:
15
  def __init__(self):
 
8
  import os
9
 
10
  # Define environment variables
11
+ API_URL = os.getenv("API_URL", "http://ec2-54-166-81-166.compute-1.amazonaws.com:3000/api/v1/prediction/117a5076-c05e-4208-91d9-d0e772bf981e")
12
+ API_TOKEN = os.getenv("API_TOKEN", "Bearer 0Ouk5cgljCYuuF3LDfBkIAcuqj9hgWaaK5qRCLfbfrg=")
13
 
14
  class ChatBot:
15
  def __init__(self):