Spaces:
Runtime error
Runtime error
Update main.py
Browse files
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("
|
47 |
-
PASSWD = os.getenv("
|
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 |
|