From a7c066291beaf60be146a5c1fb26b5eacb9777ba Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 13 May 2024 17:08:12 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca885e65b..ca3906cf1 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ On Mac OS or Linux, write: It will install all the dependencies and allow you to download the local model, use OpenAI or use our LLM API. -Otherwise, refer to this Guide: +Otherwise, refer to this Guide for Windows: 1. Download and open this repository with `git clone https://github.com/arc53/DocsGPT.git` 2. Create a `.env` file in your root directory and set the env variables and `VITE_API_STREAMING` to true or false, depending on whether you want streaming answers or not.