Releases: Hansimov/bing-chat-api
Releases · Hansimov/bing-chat-api
v1.1
Features:
- Request necessary cookies to bypass challenge
- Enable running in codesandbox
- New
/readme
route - Argparser for dev mode
- Hide schema for aliased routes
Enhances:
- Use requests to replace httpx for cleaner headers
- Align available models format with openai
- Prettify format of searching queries and results
- Remove
/chat
route, and add/api
for compatibility to huggingface
Fixes:
- Remove ping message from fastapi with increasing ping interval
Docs:
- New thanks to @Harry-zklcdc
- Running UI and logs
- API usage
v1.0
New Features:
- Support all conversation styles in New Bing
precise
,balanced
,creative
- Enable/Disable search
- Model names suffixed with
offline
are disabling search precise-offline
,balanced-offline
,creative-offline
- Model names suffixed with
- Support OpenAI API format
- Can use api endpoint via official
openai-python
package
- Can use api endpoint via official
- Support stream response
- Support system prompt
- This means you could bring Sydney back!
- Support infinite-round chat
- As long as not exceeded the token limit (~32k)
- Support Docker deployment