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:
parent
3d0d2b2770
commit
43423732e2
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue