Go to file
Swag 973f6f1cf9 colonize README.md 2023-09-09 15:19:05 -04:00
LICENSE файлы 2023-05-08 16:43:53 +03:00
README.md colonize README.md 2023-09-09 15:19:05 -04:00
config.py Добавление контекста в переброс 2023-06-03 09:29:03 +03:00
main.py Update main.py 2023-06-30 07:17:59 +03:00
requirements.txt Update requirements.txt 2023-06-30 07:18:43 +03:00
start.bat Локальная установка зависимостей 2023-05-26 04:48:23 +03:00
start.sh Add files via upload 2023-06-03 19:25:54 +03:00

README.md

Biba

What is this?

Tying GPT-4 bot Sidney with Bing to the Tavern

What's possible?

Confusion.
14-20k tokens.
Coding with a working stream (a plus compared to Scala).
Pulling data from the internet.

image

Pulling tips from Bing (via /suggestion after the specified URL mode).

image

What about the cum?

Server responses are filtered in the middle of the stream, just like in tea. On average, it cuts off at 100 tokens and up to several hundred. It depends on the chosen mode.
Possibly this limitation can be bypassed if you tinker with the prompts.
Stopped answers are combined into one big one.
Also, they ban. They can ban in one day, or not at all. The problem is solved by re-registration.
From 05/29/2023, there may be problems with using the script without a VPN from Russian IP addresses.

How to install?

Clone the repository and run start.bat / start.sh
Commands to be entered before running start.sh on Linux:

chmod 775 start.sh
sudo apt-update
sudo apt-get install python-is-python3
sudo apt install python3.10-venv
./start.sh

After installation, you need to collect cookies. They are not mandatory, but without them, there are frequent problems with the script. Below is a description of how to get them:

  • Log in or register an account at Microsoft.
  • Go to the chat with Bing from Edge. If a search engine is displayed, not a chat, the following describes how to make the chat work:

Not through Edge, you will have to install a third-party user-agent. You can use the following:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.51

Also, sanctioned anons will have to mess with access to Bing. It is recommended to use a VPN and clear cookies, then search Bing for Bing AI or follow the link above. If there is no button to go to chat, it means you need to either clear cookies again, logging out of the browser and search engine, or try another VPN IP.

image

After successful login and opening of the chat, you need to export the cookies. For this, we install the following plugin:

We open the Cookie Editor extension.

  • Click on export at the bottom right of the extension, then click Export as JSON. The cookies are saved to the clipboard.
  • Go to the script folder.
  • Create a file named cookies.json.
  • Open the file in a text editor and paste the copied text of the cookie file. Save it.
  • Then run the script itself through the batch file.

It should work after that.

Special mentions and thanks

https://github.com/acheong08/EdgeGPT
https://github.com/InterestingDarkness/EdgeGPT

Biba

Что это?

Подвязка GPT-4 бота Сидни с Бинга к Таверне

Что можно?

Смут.
14-20к токенов.
Кодинг с рабочим стримом (плюс в сравнении со скалой).
Подтягивать данные из интернета.

image

Подтягивать подсказки из бинга (через /suggestion после указанного в URL режима).

image

Что по куму?

Ответы с сервера фильтруются посреди стрима, прямо как в чае. В среднем обрубает на 100 токенах и до нескольких сотен. Зависит от выбранного режима.
Возможно это ограничение можно обойти, если повозиться с промптами.
Остановленные ответы соединяются в один большой.
Также банят. Могут забанить за один день, а могут и вовсе нет. Решается перерегом.
С 29.05.2023г. с Российских IP могут возникать проблемы в работе если пользоваться скриптом без VPN.

Как поставить?

Клонируем репозиторий и запускаем start.bat / start.sh
Команды которые нужно ввести перед запуском start.sh на Linux:

chmod 775 start.sh
sudo apt-update
sudo apt-get install python-is-python3
sudo apt install python3.10-venv
./start.sh

После установки нужно собрать куки. Они не обязательны, но без них частые проблемы с работой скрипта. Ниже описано как получить их:

  • Логинимся или регистрируем учетку в Майкрософт.
  • Заходим в сам чат с Бингом с Эджа. Если отобразился поисковик, а не чат, ниже описано как заставить чат работать:

Не через Edge придется ставить сторонний юзерагент. Можно поставить следующий:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.51

Также, санкционным анонам придется повозиться с доступом к Бингу. Рекомендую использовать впн и чистить куки, затем искать в самом бинге Bing AI или перейти по ссылке выше. Если нет кнопки перехода в чат, значит нужно либо чистить куки еще раз, выйдя из учетной записи в браузере и поисковике, либо пробовать другой айпи впна.

image

После успешного захода и открытия чата, нужно экспортировать сами куки. Для этого устанавливаем следующий плагин:

Открываем расширение Cookie Editor.

  • Жмем export снизу справа расширения, жем Export as JSON. Куки сохранятся в буфер.
  • Заходим в папку со скриптом.
  • Создаем файл cookies.json.
  • Открываем файл в текстовом редакторе и вставляем скопированный текст куки файла. Сохраняем.
  • Затем запускаем сам скрипт через батник.

После этого должно заработать.

Отдельные упоминания и благодарности

https://github.com/acheong08/EdgeGPT
https://github.com/InterestingDarkness/EdgeGPT