/chat-robot

A chat robot based on openai

Primary LanguageTypeScript

Running Locally

  • Use pnpm
  • After cloning the repo, go to OpenAI to make an account and put your API key in a file called .env .
  • Config proxy to your own httpsOverHttp

Then, run the application in the command line and it will be available at http://localhost:3000 .

 pnpm run dev

TODOs

  • markdown format
  • support context
  • change api
  • change api params
  • download chats
  • copy content
  • select chats share(image)