feat(ai): enforce local-first routing
Keep external providers behind server consent, task, and prompt-cost gates while persisting actual provider provenance.
This commit is contained in:
@@ -19,7 +19,8 @@
|
||||
},
|
||||
"Ai": {
|
||||
"ExternalProcessingEnabled": false,
|
||||
"ExternalProvider": "ollama"
|
||||
"ExternalProvider": "ollama",
|
||||
"RoutingMode": "local_first"
|
||||
},
|
||||
"AiQueue": {
|
||||
"WorkerConcurrency": 1,
|
||||
|
||||
Reference in New Issue
Block a user