>>109431311
Dunno but here's my configs
$ cat ~/.pi/agent/settings.json
{
"lastChangelogVersion": "0.72.0",
"hideThinkingBlock": false,
"enableInstallTelemetry": false,
"retry": {
"provider": {
"timeoutMs": 3600000
}
}
}
$ cat ~/.pi/agent/models.json
{
"providers": {
"llama.cpp": {
"baseUrl": "http://127.0.0.2:8080/v1",
"api": "openai-completions",
"apiKey": "no-key-needed",
"models": [
{
"id": "llama.cpp model",
"name": "llama.cpp model",
"reasoning": true,
"input": ["text"],
"contextWindow": 131072,
"maxTokens": 131072
}
],
"compat": {
"supportsDeveloperRole": false,
"supportsReasoningEffort": false
}
}
}
}