Didactopus/configs/config.example.yaml

36 lines
727 B
YAML

model_provider:
mode: local_first
local:
backend: ollama
endpoint: http://localhost:11434
model_name: llama3.1:8b
remote:
enabled: false
provider_name: none
endpoint: ""
model_name: ""
platform:
verification_required: true
require_learner_explanations: true
permit_direct_answers: false
resurfacing_threshold: 0.55
confidence_threshold: 0.8
evidence_weights:
explanation: 1.0
problem: 1.5
project: 2.5
transfer: 2.0
recent_evidence_multiplier: 1.35
dimension_thresholds:
correctness: 0.8
explanation: 0.75
transfer: 0.7
project_execution: 0.75
critique: 0.7
artifacts:
local_pack_dirs:
- domain-packs
allow_third_party_packs: true