-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
28 lines (23 loc) · 1004 Bytes
/
.env.example
File metadata and controls
28 lines (23 loc) · 1004 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
# ──────────────────────────────────────────────────────────────
# OFFLINE CODING AI — FULLY CONFIGURABLE VIA .env + servers.yaml
# ──────────────────────────────────────────────────────────────
# === Ollama ===
OLLAMA_HOST=0.0.0.0
OLLAMA_PORT=11434
OLLAMA_MODEL_SMALL=qwen2.5-coder:7b-q4_K_M
OLLAMA_MODEL_MEDIUM=qwen2.5-coder:14b-q4_K_M
OLLAMA_MODEL_LARGE=qwen2.5-coder:32b-q4_K_M
# === Neo4j ===
NEO4J_BOLT_URL=bolt://localhost:7687
NEO4J_HTTP_URL=http://localhost:7474
NEO4J_USER=neo4j
NEO4J_PASSWORD=offline-ai-rules
# === Qdrant ===
QDRANT_URL=http://localhost:6333
QDRANT_GRPC_PORT=6334
# === CrewAI Settings ===
CREW_TEMPERATURE=0.7
CREW_MAX_TOKENS=8192
# === Scheduling (systemd timers) ===
SCHEDULE_DAILY=0 2 * * *
SCHEDULE_WEEKLY=0 3 * * 0