You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.
Is there an existing issue for this?
What would your feature do ?
目前EdgeGPT的登陆使用的是Token。但是Token是每两周就会过期。因为没能监控,业务会终端一段时间。每次还需要重新导出Token,复杂。如果能直接用用户名密码登陆,这个就简单多了。
Proposed workflow
将bot = await Chatbot.create(cookies=cookies),更改为bot = await Chatbot.create(email=email, password=password).
Additional information
No
The text was updated successfully, but these errors were encountered: