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

I was trying to made a simple edge-gpt telegram bot, but I haven't understand a documentation. Can somebody explain me how to make request with EdgeGPT, please?

stale

``` Traceback (most recent call last): File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/lib/python3.10/runpy.py", line 86, in _run_code exec(code, run_globals) File "/home/david/.local/lib/python3.10/site-packages/EdgeGPT.py", line 503, in asyncio.run(main())...

stale

麻烦先看下运行报错问题吧: ```shell Traceback (most recent call last): File "/home/lemu/Documents/Dingding_Bot_Chatgpt/main/edge_gpt.py", line 34, in asyncio.run(main()) File "/usr/lib/python3.8/asyncio/runners.py", line 44, in run return loop.run_until_complete(main) File "/usr/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete return future.result() File...

stale

image_generator.get_images(prompt), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/dist-packages/ImageGen.py", line 106, in get_images raise Exception("No images") 实际是生成了。在www.bing.com/images/create 上是看到了生成的图片。为何没能下载到本地?

stale

Hey! Please add the ability to change the HEADERS aka. user-agent. Bing algorithms are highly dependent on browser fingerprint, because of one fingerprint on many users, bing works like a...

stale

I am using Python 3.11 and EdgeGPT 0.1.12. I created a cookie file like instructed and placed it in the same folder. I checked that I can access Bing chat...

![image](https://user-images.githubusercontent.com/30348075/227695651-c5111dc4-5717-4b6d-a130-53323272a2e7.png) what happen?

Copying and pasting directly will not give you the article link found by the new Bing search.

Is it possible to generate pictures after switching the conversation style to creative? like website

enhancement