Skip to content

Commit 2bb6a1d

Browse files
committed
Adapt readme
1 parent f274b7d commit 2bb6a1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ embeddings = OpenAIEmbeddings(
307307
)
308308
```
309309

310-
##### Environment Variables
310+
##### Environment Variables for GenAI
311311

312312
- If you want to use cloud and local based LLM models, you need to set the respective api key in your `.env` file. Required `.env` variables:
313313

@@ -322,6 +322,7 @@ API_OPENWEBUI="your openwebui key"
322322
# Base URL for calling local models
323323
BASE_URL="base url where openwebui is hosted"
324324
```
325+
- However, you do not need to set all of these fields in your `.env` file. To run the GenAI module, you need at least the API_OPENAI, API_OPENWEBUI, and BASE_URL variables. You can find more information in the [.env.template](.env.template) file.
325326

326327
- Example for Cloud LLM Models (defined in `genai/routes/routes.py`):
327328

0 commit comments

Comments
 (0)