acheong08 / EdgeGPT

Reverse engineered API of Microsoft's Bing Chat AI
The Unlicense
8.07k stars 909 forks source link

EdgeGPT可以使用用户名密码登陆吗 #626

Open tianlichunhong opened 1 year ago

tianlichunhong commented 1 year ago

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