Skip to content

Commit 809654b

Browse files
authored
Update chatbot.py
1 parent 6cf622c commit 809654b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/chatbot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
from hugchat import hugchat
77
from hugchat.login import Login
88

9-
EMAIL = "bus120610@gmail.com"
10-
PASSWD = base64.b64decode("TiZZUHIza1dyKDZkVlNt".encode("ascii")).decode("ascii")
9+
EMAIL = "EMAIL"
10+
PASSWD = "PASSWD"
1111
cookie_path_dir = "./cookies/"
1212
sign = Login(EMAIL, PASSWD)
1313
cookies = sign.login(cookie_dir_path=cookie_path_dir, save_cookies=True)

0 commit comments

Comments
 (0)