Skip to content

Releases: Hansimov/bing-chat-api

v1.1

21 Jan 14:14
Compare
Choose a tag to compare

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:

v1.0

09 Dec 19:15
Compare
Choose a tag to compare

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
  • Support OpenAI API format
    • Can use api endpoint via official openai-python package
  • 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