Skip to content

Online AI assistant power by chatgpt, support multiple API_KEY for load balance

License

Notifications You must be signed in to change notification settings

taotao033/ai-assistant

 
 

Repository files navigation

This project is developed based on other excellent projects on Github, including but not limited to:

Thanks to the selfless contributions of these developers.

Features

  • Support multiple OpenAPI keys by creating multiple ChatAPI clients for load balancing
  • Supports conversation
  • Supports switching of assistant role
  • Supports PC/Mobile devices
  • Custom OpenAI API
  • TODO: Persistent conversation
  • TODO: Supports login

Getting Started

If you want to experience it directly, you can visit ai-assistant demo. (If you find that it is unable to answer, it might be because the key balance is insufficient, you can raise an issue)

Deploy with vercel

Deploy with Vercel

Deploy with pm2

prerequisites

  • nodejs
  • npm
  • ensure your server can access api.openai.com
ping ai.openai.com
curl https://api.openai.com # re 'Invalid URL (GET /)' message means ok.
  1. clone ai-assistant
git clone https://github.com/youking-lib/ai-assistant.git
npm i -g pnpm pm2
  1. add .env file
# SITE_GOOGLE_ANALYTICS=
# Supports multi API_KEY, split with ','
OPENAI_API_KEY=KEY_1,KEY_2
  1. deploy
sh deploy.sh

Deploy with docker

# TODO

Local

Same as deploy with pm2

  • Clone this project.
  • Add the .env file (or .env.local for development purposes, which will not be committed).
  • Run the following script:
pnpm i
pnpm run dev

The server has started and is now running on localhost at port 3000.

About

Online AI assistant power by chatgpt, support multiple API_KEY for load balance

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages

  • CSS 68.6%
  • TypeScript 29.0%
  • JavaScript 2.0%
  • Other 0.4%