Deeptrain-Community / chatnio-bing-service

ChatNio Bing Service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chat Nio Bing Service

ChatNio Bing Service

Features

  • Bing Search
  • Websocket API
  • Authenticated
  • Multi-Threaded
  • Multi-Account Pool
  • Account Retry Feature

Install

pip install -r requirements.txt
  • save new bing cookies to ~/cookie.txt
> cookies.txt
[
  [cookies],
  [cookies],
  ...
]
  • configurate config.yaml

API

[websocket] http://localhost:8765/chat

client sent:

{
  "prompt": "string",
  "hash": "string (secret)",
  "model": "creative"
}

stream response:

{
  "response": "string"
}

About

ChatNio Bing Service

License:Creative Commons Zero v1.0 Universal


Languages

Language:Python 60.2%Language:JavaScript 39.8%