Add LLM_PROVIDER to .env.example
Browse filesClarify where to set provider for vision tool routing.
Co-Authored-By: Claude <noreply@anthropic.com>
- .env.example +4 -1
.env.example
CHANGED
|
@@ -46,7 +46,10 @@ SPACE_ID=your_hf_space_id_here
|
|
| 46 |
# Agent Configuration (Level 6 - Implementation Framework)
|
| 47 |
# ============================================================================
|
| 48 |
|
| 49 |
-
# LLM
|
|
|
|
|
|
|
|
|
|
| 50 |
DEFAULT_LLM_MODEL=gemini
|
| 51 |
|
| 52 |
# Search tool selection: "tavily" (free) or "exa" (paid)
|
|
|
|
| 46 |
# Agent Configuration (Level 6 - Implementation Framework)
|
| 47 |
# ============================================================================
|
| 48 |
|
| 49 |
+
# LLM provider selection: "huggingface", "gemini", or "claude"
|
| 50 |
+
LLM_PROVIDER=huggingface
|
| 51 |
+
|
| 52 |
+
# LLM model selection: "gemini" or "claude" (used if LLM_PROVIDER not set)
|
| 53 |
DEFAULT_LLM_MODEL=gemini
|
| 54 |
|
| 55 |
# Search tool selection: "tavily" (free) or "exa" (paid)
|