Add environment variable placeholders to README

Included new environment variable placeholders for better configuration guidance. These updates clarify setup requirements and improve documentation completeness.
This commit is contained in:
ThomasTaroni 2025-04-25 08:42:32 +02:00
parent 3d0d2b2770
commit 43423732e2

View file

@ -60,6 +60,15 @@ Create a `.env` file in the root of the project and define:
``` ```
API_KEY=your_api_key # Replace "your_api_key" with your desired key API_KEY=your_api_key # Replace "your_api_key" with your desired key
OPENAI_BASE_URL=
OPENAI_API_KEY=
EMBEDDING=
FAST_LLM=
SMART_LLM=
STRATEGIC_LLM=
OPENAI_API_VERSION=
SERPER_API_KEY=
RETRIEVER=serper
``` ```
### Installing Dependencies ### Installing Dependencies