Skip to content

A desktop client for the jailbroken New Bing AI (Sydney ver.) based on Python and Qt.

License

Notifications You must be signed in to change notification settings

xiaoyuer0408/SydneyQt

 
 

Repository files navigation

SydneyQt

SydneyQt

A desktop client for New Bing AI (Sydney ver.) based on Python and Qt.

简体中文

Features

  • Jailbroken version of New Bing using prompt injection.
  • Ability to edit chat context freely.
  • Anti message revoke.
  • Revoke and edit the last user message sent.
  • Select and send custom quick response messages to the chat.
  • Rich and plain text support in snapped context, with LaTeX support.
  • Browse webpages and chat with them.
  • Open documents (including pdf, docx and pptx) and chat with them.
  • Support OpenAI ChatGPT API.
  • Multiple custom prompt presets.
  • Highly customizable settings.

Usage

  1. (Optional) Put your cookies.json in the same folder as main.py according to the instructions in the README file of EdgeGPT:
    • Install the Cookie-Editor extension for Chrome or Firefox
    • Go to bing.com
    • Open the extension
    • Click Export on the bottom right, then Export as JSON (This saves your cookies to clipboard)
    • Paste your cookies into a file cookies.json
  2. Install requirements:
pip install -r requirements.txt
  1. Run the program:
python main.py

FAQ

If you encounter any of these issues: Request is throttled, Authentication Failed, OSError: [WinError 64], etc, please try the following steps to fix them:

  1. Update SydneyQt to the latest version.
  2. Open a private browsing window in Edge, log in to bing.com and send a random message to New Bing.
  3. Export the cookies.json file and replace the original one.

If these steps don't work, check your proxy settings as follows:

  1. Go to settings in SydneyQt and try different proxy types. For example: http://127.0.0.1:7890, socks5h://127.0.0.1:7890 (the h letter means to send the hostname to the proxy)
  2. If this doesn't work either, leave the proxy blank in SydneyQt, and try using Proxifier or Clash TUN mode.

Screenshots

Star History

Star History Chart

Credits

https://github.com/acheong08/EdgeGPT

https://github.com/InterestingDarkness/EdgeGPT/tree/sydney

About

A desktop client for the jailbroken New Bing AI (Sydney ver.) based on Python and Qt.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%