We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf622c commit 809654bCopy full SHA for 809654b
examples/chatbot.py
@@ -6,8 +6,8 @@
6
from hugchat import hugchat
7
from hugchat.login import Login
8
9
-EMAIL = "bus120610@gmail.com"
10
-PASSWD = base64.b64decode("TiZZUHIza1dyKDZkVlNt".encode("ascii")).decode("ascii")
+EMAIL = "EMAIL"
+PASSWD = "PASSWD"
11
cookie_path_dir = "./cookies/"
12
sign = Login(EMAIL, PASSWD)
13
cookies = sign.login(cookie_dir_path=cookie_path_dir, save_cookies=True)
0 commit comments