Research-Stack/5-Applications/scripts/.prover_config.json.example
2026-05-11 22:18:31 -05:00

17 lines
340 B
Text

{
"backend": "ollama",
"model": "zeyu-zheng/BFS-Prover-V2-7B:q8_0",
"backends": {
"ollama": {
"host": "localhost",
"port": 11434
},
"unsloth": {
"model_path": "unsloth/llama-3-8b-bnb-4bit"
},
"thoth": {
"api_key": "YOUR_THOTH_API_KEY",
"endpoint": "http://localhost:8000"
}
}
}