Skip to content

Commit 537cfd9

Browse files
committed
docs: document KAGENT_DEFAULT_MODEL_PROVIDER in .env example
Signed-off-by: dhruvilkotak <kotakdhruvil@gmail.com>
1 parent d1417b6 commit 537cfd9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

DEVELOPMENT.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,13 @@ loaded by the Makefile (via `-include .env`) to inject environment variables
7272
when you run `make` targets:
7373

7474
```shell
75+
# Set your provider (supported: openAI, anthropic, azureOpenAI, gemini, ollama)
76+
KAGENT_DEFAULT_MODEL_PROVIDER=openAI
77+
78+
# Set the corresponding API key for your provider
7579
OPENAI_API_KEY=your-openai-api-key
80+
# ANTHROPIC_API_KEY=your-anthropic-api-key
81+
# GOOGLE_API_KEY=your-google-api-key
7682
```
7783

7884
1. Build images, load them into kind cluster and deploy everything using Helm:

0 commit comments

Comments
 (0)