EdgeGPT可以使用用户名密码登陆吗
Author: tianlichunhongCreated Jul 24, 2023Updated Jul 24, 2023
Is there an existing issue for this?
- I have searched the existing issues and checked the recent builds/commits
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
Source: acheong08/EdgeGPT