This package expects a local model backend that exposes an OpenAI-compatible chat completions endpoint.
- llama.cpp server or another OpenAI-compatible local endpoint
- llamafile if configured to expose a compatible endpoint
http://127.0.0.1:8080/v1/chat/completions
Run:
python scripts/execution/check_local_backend.py --backend llamacpp_serverRun:
python scripts/execution/run_full_candidate_gate.py --adapter openai_compatible --prompt-profile minimal_doctrine --model-name local_candidate_v1- Keep temperature low for evaluation runs.
- Point the adapter at a local endpoint, not a cloud service, if the goal is local cognition evaluation.