Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 797 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 797 Bytes

Gimmick

Your desktop AI assistant. Chat with your files and search the internet. Keep your conversations in your computer.

Gimmick screenshot

Set up

You'll need to go to Settings and provide an OpenAI developer API key. The application runs a server on port 3001 so you want to make sure there's nothing else running there.

Development

Install Dependencies

$ cd my-app

# using yarn or npm
$ yarn (or `npm install`)

# using pnpm
$ pnpm install --shamefully-hoist

Run in development mode

# development mode
$ yarn dev (or `npm run dev` or `pnpm run dev`)

# production build
$ yarn build (or `npm run build` or `pnpm run build`)

Create an executable

# production build
$ yarn build (or `npm run build` or `pnpm run build`)