abdullahalioo commited on
Commit
d5e95f4
·
verified ·
1 Parent(s): 808ec17

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -2
main.py CHANGED
@@ -43,8 +43,8 @@ def setup_chatbot(email, password, cookie_path, assistant_id):
43
  async def startup_event():
44
  global chatbot
45
  # Credentials and configuration
46
- EMAIL = os.getenv("HUGCHAT_EMAIL", "[email protected]")
47
- PASSWD = os.getenv("HUGCHAT_PASSWD", "Allahisgreatest17")
48
  COOKIE_PATH_DIR = "./cookies/"
49
  ASSISTANT_ID = "66017fca58d60bd7d5c5c26c" # Replace with your actual assistant ID
50
 
 
43
  async def startup_event():
44
  global chatbot
45
  # Credentials and configuration
46
+ EMAIL = os.getenv("EMAIL")
47
+ PASSWD = os.getenv("PASSWD")
48
  COOKIE_PATH_DIR = "./cookies/"
49
  ASSISTANT_ID = "66017fca58d60bd7d5c5c26c" # Replace with your actual assistant ID
50