-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
43 lines (34 loc) · 1.37 KB
/
.env.example
File metadata and controls
43 lines (34 loc) · 1.37 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# CodeDuet CLI Environment Variables
# Google OAuth Configuration (Required for Google authentication)
GOOGLE_OAUTH_CLIENT_ID=your_google_oauth_client_id
GOOGLE_OAUTH_CLIENT_SECRET=your_google_oauth_client_secret
# Qwen OAuth Configuration (Required for Qwen authentication)
QWEN_OAUTH_CLIENT_ID=your_qwen_oauth_client_id
# Provider API Keys
OPENAI_API_KEY=sk-your-openai-api-key
ANTHROPIC_API_KEY=sk-ant-your-anthropic-api-key
GEMINI_API_KEY=your-gemini-api-key
RUNPOD_API_KEY=your-runpod-api-key
# Provider Base URLs (Optional - use custom endpoints)
OPENAI_BASE_URL=https://api.openai.com/v1
RUNPOD_BASE_URL=https://api-xyz.runpod.io/v1
OLLAMA_BASE_URL=http://localhost:11434
LM_STUDIO_BASE_URL=http://localhost:1234
# Model Configuration (Optional)
OPENAI_MODEL=gpt-4
OLLAMA_MODEL=codellama
LM_STUDIO_MODEL=your-model
RUNPOD_MODEL=llama2-7b-chat
# Google Cloud Configuration (For Vertex AI)
GOOGLE_CLOUD_PROJECT=your-project-id
GOOGLE_CLOUD_LOCATION=us-central1
# Feature Flags
QWEN_YOLO=0 # Set to 1 to enable YOLO mode (bypasses security)
DEBUG=0 # Set to 1 to enable debug mode
NO_COLOR=0 # Set to 1 to disable color output
CLI_TITLE="CodeDuet" # Override window title
# OAuth Configuration (Optional)
OAUTH_CALLBACK_HOST=localhost
OAUTH_CALLBACK_PORT=8080
# Sandbox Configuration (Optional)
GEMINI_SANDBOX=docker