-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
35 lines (28 loc) · 746 Bytes
/
.env.example
File metadata and controls
35 lines (28 loc) · 746 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
# CodeVerdict Configuration
APP_NAME=CodeVerdict
APP_VERSION=1.0.0
# MLflow
MLFLOW_TRACKING_URI=sqlite:///mlflow.db
MLFLOW_REGISTRY_URI=sqlite:///mlflow.db
# Neo4j Knowledge Graph
NEO4J_URI=bolt://localhost:7687
NEO4J_USERNAME=neo4j
NEO4J_PASSWORD=codeverdict
# Argilla
ARGILLA_API_URL=http://localhost:6900
ARGILLA_API_KEY=codeverdict.apikey
# Model APIs (Optional)
OPENAI_API_KEY=your_openai_key_here
ANTHROPIC_API_KEY=your_anthropic_key_here
HUGGINGFACE_TOKEN=your_hf_token_here
# Evaluation Settings
AUTO_EVAL_THRESHOLD=0.8
MANUAL_REVIEW_SAMPLE_RATE=0.5
MIN_MANUAL_REVIEWS=10
MAX_CONCURRENT_EVALUATIONS=50
# Security
ENABLE_SECURITY_SCAN=true
ENABLE_BIAS_DETECTION=true
# Knowledge Graph
ENABLE_KNOWLEDGE_GRAPH=true
KG_AUTO_INGEST=true