colonize README.md

This commit is contained in:
Swag 2023-09-09 15:19:05 -04:00
parent 5d6adb034b
commit 973f6f1cf9
1 changed files with 61 additions and 0 deletions

View File

@ -1,3 +1,64 @@
<h1 align="center">Biba</h1>
## What is this?
Tying GPT-4 bot Sidney with Bing to the Tavern
## What's possible?
Confusion. </br>
14-20k tokens. </br>
Coding with a working stream (a plus compared to Scala). </br>
Pulling data from the internet.</br></br>
![image](https://github.com/Barbariskaa/Biba/assets/129290831/b5176621-4a1f-4b57-9c7f-865861825c30)</br></br>
Pulling tips from Bing (via /suggestion after the specified URL mode).</br></br>
![image](https://user-images.githubusercontent.com/129290831/236729981-42f4cbf8-abbd-4deb-9a70-1a1cb5917119.png)
## 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.<br>
Possibly this limitation can be bypassed if you tinker with the prompts.</br>
Stopped answers are combined into one big one.</br>
Also, they ban. They can ban in one day, or not at all. The problem is solved by re-registration.</br>
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</br>
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:<br>
* [Log in](https://login.live.com/login.srf) or [register](https://signup.live.com/signup) an account at Microsoft.
* Go to the [chat](https://www.bing.com/search?q=Bing+AI&showconv=1&wlsso=0) 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: </br> `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`</br></br>
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.</br></br>
![image](https://user-images.githubusercontent.com/129290831/236732426-91d87aa3-32e2-4f87-9758-ac5c4b222a71.png) </br>
After successful login and opening of the chat, you need to export the cookies. For this, we install the following plugin:
* Chrome/Edge: https://chrome.google.com/webstore/detail/cookie-editor/hlkenndednhfkekhgcdicdfddnkalmdm
* Firefox: https://addons.mozilla.org/en-US/firefox/addon/cookie-editor/
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</br>
https://github.com/InterestingDarkness/EdgeGPT</br>
<h1 align="center">Biba</h1>
## Что это?