chore: settings.json ins Repo aufnehmen und mit deployen
Macht die Single-Server-Konfiguration reproduzierbar (defaultProvider/ defaultModel/enabledModels -> llama-cpp-single). install_servers_and_pi_coder_extension.sh deployt settings.json jetzt mit; vorher wird die bestehende Datei nach settings.json.bak gesichert, da pi sie zur Laufzeit beschreibt. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
ca85c45a39
commit
56904329d0
2 changed files with 21 additions and 0 deletions
12
settings.json
Normal file
12
settings.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"lastChangelogVersion": "0.79.3",
|
||||
"defaultProvider": "llama-cpp-single",
|
||||
"defaultModel": "qwen3.5-single",
|
||||
"enabledModels": [
|
||||
"llama-cpp-single/qwen3.5-single"
|
||||
],
|
||||
"defaultThinkingLevel": "high",
|
||||
"packages": [
|
||||
"npm:pi-llama-cpp"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue