ChatNio Bing Service
- Bing Search
- Websocket API
- Authenticated
- Multi-Threaded
- Multi-Account Pool
- Account Retry Feature
pip install -r requirements.txt
- save new bing cookies to
~/cookie.txt
> cookies.txt
[
[cookies],
[cookies],
...
]
- configurate
config.yaml
[websocket] http://localhost:8765/chat
client sent:
{
"prompt": "string",
"hash": "string (secret)",
"model": "creative"
}
stream response:
{
"response": "string"
}