mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
17 lines
340 B
Text
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"
|
|
}
|
|
}
|
|
}
|