This commit is contained in:
Mckay Wrigley
2023-03-22 10:44:48 -06:00
parent cec0735403
commit cf93a32851
27 changed files with 3569 additions and 2 deletions
+6
View File
@@ -66,6 +66,12 @@ docker build -t chatgpt-ui .
docker run -e OPENAI_API_KEY=xxxxxxxx -p 3000:3000 chatgpt-ui
```
**Desktop App**
```
npm run tauri build
```
## Running Locally
**1. Clone Repo**