From d82e2cc478e416495d8be7644c87b887a5b5778d Mon Sep 17 00:00:00 2001 From: Adam John Date: Fri, 29 Mar 2024 21:55:42 -0400 Subject: [PATCH] Patch 1 (#2388) # Description Two small comment changes in the .env file. One to reposition the main file comment to the top of the file and the other to add a comment to the OpenAI config line per https://github.com/QuivrHQ/quivr/issues/2384 ## Checklist before requesting a review - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my code - [na] I have commented hard-to-understand areas --- .env.example | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.env.example b/.env.example index a3ae74e9d..28998a47b 100644 --- a/.env.example +++ b/.env.example @@ -1,14 +1,12 @@ #### QUIVR Configuration +# This file is used to configure the Quivr stack. It is used by the `docker-compose.yml` file to configure the stack. - +# OPENAI. Update this to use your API key. To skip OpenAI integration use a fake key, for example: tk-aabbccddAABBCCDDEeFfGgHhIiJKLmnopjklMNOPqQqQqQqQ OPENAI_API_KEY=CHANGE_ME -#LOCAL +# LOCAL # OLLAMA_API_BASE_URL=http://host.docker.internal:11434 # Uncomment to activate ollama. This is the local url for the ollama api - -# This file is used to configure the Quivr stack. It is used by the `docker-compose.yml` file to configure the stack. - ######## # FRONTEND ########