From 43423732e2255d7d4baccb6c1cacec8046e4e94b Mon Sep 17 00:00:00 2001 From: ThomasTaroni Date: Fri, 25 Apr 2025 08:42:32 +0200 Subject: [PATCH] Add environment variable placeholders to README Included new environment variable placeholders for better configuration guidance. These updates clarify setup requirements and improve documentation completeness. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e59265c..9f0a65c 100644 --- a/README.md +++ b/README.md @@ -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 +OPENAI_BASE_URL= +OPENAI_API_KEY= +EMBEDDING= +FAST_LLM= +SMART_LLM= +STRATEGIC_LLM= +OPENAI_API_VERSION= +SERPER_API_KEY= +RETRIEVER=serper ``` ### Installing Dependencies