New Bing Chat Helper

Automatic input prompt for new session and Automatic copy the last question when the session is ended; instant Q&A function, see README

Author
zhangnew
Daily installs
0
Total installs
578
Ratings
0 0 0
Version
0.0.5
Created
2023-03-01
Updated
2023-12-25
License
MIT
Applies to

New Bing Chat Helper

README | 中文文档

Developing

Recommended IDE Setup

# install self signed cert for dev
brew install mkcert
mkcert -install
mkcert localhost.bing.com

echo '127.0.0.1 localhost.bing.com' >> /etc/hosts

npm install
npm run dev
npm run build

Thanks

https://github.com/lisonge/vite-plugin-monkey/