From 3f76fc4e1bb26d606b55603669a51ee9d648d6ab Mon Sep 17 00:00:00 2001 From: Daulet Amirkhanov Date: Mon, 21 Jul 2025 20:00:53 +0100 Subject: [PATCH] chore: fix typo in .env.template (#1122) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Description Fixed a minor typo in `.env.template`. Not the biggest change, but that's a start Β―\_(ツ)_/Β― ## DCO Affirmation I affirm that all code in every commit of this pull request conforms to the terms of the Topoteretes Developer Certificate of Origin. --- .env.template | 316 ++++++++++++++++++++++++-------------------------- 1 file changed, 151 insertions(+), 165 deletions(-) diff --git a/.env.template b/.env.template index f789fde4b..fc2b2450a 100644 --- a/.env.template +++ b/.env.template @@ -1,112 +1,189 @@ -############################################################################### -# NOTE: With default settings Cognee only needs an OpenAI LLM_API_KEY to be set. -# The rest of the settings don't have to be set. -# Default relational database: SQLite -# Default vector database : LanceDB -# Default graph database : Kuzu -# -# These default databases are all file-based, so no extra setup is needed -# for local use. -############################################################################### -################################################################################ -# 🧠 LLM Settings -################################################################################ +### +### DEV +### + + +TOKENIZERS_PARALLELISM="false" + +### +### LLM +### + +### +### simple, "expensive", an OpenAPI key +### LLM_API_KEY="your_api_key" -LLM_MODEL="openai/gpt-4o-mini" -LLM_PROVIDER="openai" -LLM_ENDPOINT="" -LLM_API_VERSION="" + +### +### DEV LLM, cheap with content filters +### + +LLM_MODEL="azure/gpt-4o-mini" +LLM_ENDPOINT="https://DNS.azure.com/openai/deployments/gpt-4o-mini" +LLM_API_KEY="<