Web app for streamlined New Bing access
Top 16.9% on sourcepulse
Bingo is a self-hostable web interface for Microsoft's New Bing AI, designed to provide a smoother user experience, especially for users in regions with restricted access. It aims to replicate the core functionalities of the official New Bing web client, offering features like unlimited conversations, cross-region accessibility, and Docker deployment.
How It Works
Bingo acts as a reverse proxy and frontend for the New Bing AI service. It handles the communication with Bing's backend, allowing users to interact with the AI without needing a direct, unhindered connection to Microsoft's servers. The project leverages web technologies to reconstruct the user interface and interaction flow of the official New Bing, including support for features like image generation and continuous voice conversations.
Quick Start & Requirements
git clone https://github.com/weaigc/bingo.git
cd bingo
npm i
npm run build
npm run start
docker pull weaigc/bingo
docker run --rm -it -p 7860:7860 weaigc/bingo
BING_HEADER
or BING_COOKIE
can be configured for account-specific features like image generation without login. Instructions for obtaining these are provided.Highlighted Details
Maintenance & Community
Limitations & Caveats
Local deployment requires a non-blocked foreign IP. Some features like image recognition are not supported in GPT-4 or preset personality modes. Vercel's free tier has interface timeout limits.
1 year ago
1 day