Commit a6f2a1f
authored
docs: update README with AI provider configuration (Issue A)
Adds an "AI Provider configuration" section to the README. This section documents the default OpenAI provider (`AI_PROVIDER=openai`) and lists the required environment variables: `OPENAI_API_KEY`, `OPENAI_MODEL` (default `gpt-4o-mini`), and `OPENAI_BASE_URL` (defaults to `https://api.openai.com/v1`). It also groups alternative provider keys (Anthropic, Gemini, Groq) under an optional section.1 parent 5ae4058 commit a6f2a1f
1 file changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
0 commit comments