Skip to content

chatgpt desktop application. using electron+vue3+vite

Notifications You must be signed in to change notification settings

htank-wang/electron_chatgpt

Repository files navigation

ChatGPT Application with electron

  • AI Chat uses the gpt-3.5-turbo model.
  • Quick start with just openai key
  • Data is stored locally and never expires
  • Good user experience

Downloads

Software Screenshot

Install

 npm install

run

 npm run dev

build

 npm run build