-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
25 lines (20 loc) · 844 Bytes
/
.env.example
File metadata and controls
25 lines (20 loc) · 844 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copy this file to .env and fill in your actual values
# NEVER commit real tokens to git
# Gemini API Configuration
#GEMINI_PROJECT_ID=<your-gemini-project-id>
#GEMINI_API_KEY=<your-gemini-api-key>
# GitHub Token (for accessing private repos)
# Get one at: https://github.com/settings/tokens
GITHUB_TOKEN=<your-github-token>
# OpenRouter Configuration
# Get your API key at: https://openrouter.ai/keys
OPENROUTER_API_KEY=<your-openrouter-api-key>
OPENROUTER_MODEL=google/gemini-2.0-flash-thinking-exp:free
# Other LLM Providers (optional)
#OPENAI_API_KEY=<your-openai-api-key>
#ANTHROPIC_API_KEY=<your-anthropic-api-key>
# Azure OpenAI (optional)
#AZURE_OPENAI_API_KEY=<your-azure-openai-api-key>
#AZURE_OPENAI_ENDPOINT=<your-azure-openai-endpoint>
#AZURE_OPENAI_API_VERSION=2024-02-01
#AZURE_OPENAI_DEPLOYMENT_NAME=<your-deployment-name>