mangubee Claude commited on
Commit
7e5d63e
·
1 Parent(s): 2bb2d3d

Add LLM_PROVIDER to .env.example

Browse files

Clarify where to set provider for vision tool routing.

Co-Authored-By: Claude <noreply@anthropic.com>

Files changed (1) hide show
  1. .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 model selection: "gemini" or "claude"
 
 
 
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)