-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
41 lines (33 loc) · 925 Bytes
/
.env.example
File metadata and controls
41 lines (33 loc) · 925 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# CodePilot Environment Configuration
# Copy this file to .env and fill in your API keys
# ======================
# Application Settings
# ======================
APP_NAME=CodePilot
APP_DEBUG=true
DEFAULT_PROVIDER=deepseek
DEFAULT_MODEL=deepseek-chat
# ======================
# API Keys
# ======================
# DeepSeek API
# Get your key at: https://platform.deepseek.com/
DEEPSEEK_API_KEY=
# Google Gemini API
# Get your key at: https://aistudio.google.com/apikey
GEMINI_API_KEY=
# HuggingFace API (optional)
# Get your key at: https://huggingface.co/settings/tokens
HUGGINGFACE_API_KEY=
# ======================
# Local Providers
# ======================
# Ollama (local models)
# Install from: https://ollama.ai
OLLAMA_API_URL=http://localhost:11434/api
# ======================
# Branding
# ======================
DEVELOPER_NAME=Tarek Tarabichi
COMPANY_NAME=2TInteractive
COMPANY_URL=https://2tinteractive.com