BingChatGPT-VUE-Chat

A simple chat interface with BingChatGPT on the left and users on the right. When the ‘Send’ button is clicked, the prompt is sent to the backend API for processing.

Here is example:

image

Client

Reference

https://github.com/taylorchen709/vue-chat

Run

cd client
npm i
npm run serve

Server

Referenceļ¼š

https://github.com/acheong08/EdgeGPT

Run

cd server
python3 app.py

TODO:

  • I want to make more chat interfaces, users can choose who to talk to in the left sidebar, such as a beautiful girl, a handsome man or Elon Musk, etc.
  • Beautify the interface

GitHub

View Github