georgtawadrous commited on
Commit
a2a7144
·
verified ·
1 Parent(s): be994f7

Update .env.example with OpenRouter config

Browse files
Files changed (1) hide show
  1. .env.example +7 -3
.env.example CHANGED
@@ -1,5 +1,8 @@
1
- # Choose AI Provider: "gemini" or "local"
2
- AI_PROVIDER=
 
 
 
3
 
4
  # Gemini API Configuration
5
  GEMINI_API_KEY=
@@ -8,4 +11,5 @@ GEMINI_API_KEY=
8
  LOCAL_AI_MODEL=
9
  LOCAL_AI_BASE_URL=
10
 
11
- HF_TOKEN=
 
 
1
+ # Choose AI Provider: "OpenRouter", "Gemini API", "Hugging Face", or "Local AI"
2
+ AI_PROVIDER=OpenRouter
3
+
4
+ # OpenRouter Configuration (https://openrouter.ai)
5
+ OPENROUTER_API_KEY=
6
 
7
  # Gemini API Configuration
8
  GEMINI_API_KEY=
 
11
  LOCAL_AI_MODEL=
12
  LOCAL_AI_BASE_URL=
13
 
14
+ # Hugging Face Configuration
15
+ HF_TOKEN=