EdgeGPT icon indicating copy to clipboard operation
EdgeGPT copied to clipboard

Reverse engineered API of Microsoft's Bing Chat AI

Results 140 EdgeGPT issues
Sort by recently updated
recently updated
newest added

在 Windows Terminal 通过 python3 -m EdgeGPT --cookie-file COOKIE_FILE 运行后。输入问题然后按多次 Alt+Enter 都没有成功把问题发送出去

is their any use limit for 24h? if yes what is it? beacouse I wanted to include this to a discord bot and I don't want people's facing errors

I have to use a network proxy,what should i do with the error?thanks

For the same prompt "What can you do?", browser takes 4 seconds. API takes 14 to 30 seconds

Increase image resolution to 1024x1024

Sorry, I don't quite understand the sample code generated by this picture, how does it pass parameters, and how do cookies pass over? eg: ```python` parser.add_argument( "--output-dir", help="Output directory", type=str,...

```python import json from ImageGen import ImageGen if __name__ == "__main__": import argparse parser = argparse.ArgumentParser() parser.add_argument("-U", help="Auth cookie from browser", type=str) parser.add_argument("--cookie-file", help="File containing auth cookie", type=str) parser.add_argument( "--prompt",...

Fixes acheong08/EdgeGPT#193 If I messed something up let me know but this should be fine now

Thanks a lot for your awesome work first. Prior to this day, EdgeGPT was working well, but unexpectedly, an exception has arisen. Despite my attempts to upgrade EdgeGPT to the...