From 82e35374d0680c9e929bfafcfe07df552ef01cad Mon Sep 17 00:00:00 2001 From: Vasilije <8619304+Vasilije1990@users.noreply.github.com> Date: Tue, 24 Jun 2025 10:50:23 +0200 Subject: [PATCH] Added better env example (#982) ## Description ## 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 | 177 +++++++++++++++++++++++++++++++++++-------- cognee/api/client.py | 4 +- 2 files changed, 147 insertions(+), 34 deletions(-) diff --git a/.env.template b/.env.template index 6b5707e0d..fc2b2450a 100644 --- a/.env.template +++ b/.env.template @@ -1,51 +1,165 @@ -ENV="local" + +### +### DEV +### + + TOKENIZERS_PARALLELISM="false" -# Default User Configuration -DEFAULT_USER_EMAIL="" -DEFAULT_USER_PASSWORD="" +### +### LLM +### -# LLM Configuration -LLM_API_KEY="" -LLM_MODEL="openai/gpt-4o-mini" -LLM_PROVIDER="openai" -LLM_ENDPOINT="" -LLM_API_VERSION="" +### +### simple, "expensive", an OpenAPI key +### + +LLM_API_KEY="your_api_key" + +### +### 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="<