/chat

Primary LanguageVue

A simple local client using openai api

note: this is a pure frontend solution, be careful with your api key

To start:

  1. create .env file and add your openai api key as VITE_OPENAI_API_KEY
  2. pnpm install
  3. pnpm run dev