Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danieldelahoz596/chatgpt-app


https://github.com/danieldelahoz596/chatgpt-app

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# ChatGPT Desktop App

This is a desktop app for [ChatGPT](https://chat.openai.com/), a chatbot that uses GPT-3 to have conversations with you.

## Installation

```bash
git clone https://github.com/danieldelahoz596/chatgpt-app.git
cd ChatGPT-electron
npm install
```

## Run

```bash
npm start
```

## Build

Binary files for Windows, Linux and Mac are available in the `release-builds/` folder.

### For Windows

```bash
npm run package-win
```

### For Linux

```bash
npm run package-linux
```

### For Mac

```bash
npm run package-mac
```

## Credits

- [OpenAI](https://openai.com/)