Update README.md

This commit is contained in:
Alex
2023-06-13 15:43:42 +01:00
committed by GitHub
parent 7ac4f45e7b
commit 39024ce2ac

View File

@@ -60,6 +60,12 @@ Note: Make sure you have docker installed
1. Open dowload this repository with `git clone https://github.com/arc53/DocsGPT.git`
2. Create .env file in your root directory and set your OPENAI_API_KEY with your openai api key and VITE_API_STREAMING to true or false if you dont want streaming answers
Should look like this inside
```
OPENAI_API_KEY=Yourkey
VITE_API_STREAMING=true
```
3. Run `docker-compose build && docker-compose up`
4. Navigate to http://localhost:5173/