mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-09-04 02:01:48 +03:00
fix(models): preserve preset rename compatibility
This commit is contained in:
@@ -179,8 +179,7 @@ Merge this preset into `~/.nanobot/config.json` and select it:
|
||||
}
|
||||
},
|
||||
"modelPresets": {
|
||||
"ollamaPrefixStable": {
|
||||
"label": "Ollama Llama 3.1 prefix-stable",
|
||||
"Ollama Llama 3.1 prefix-stable": {
|
||||
"provider": "ollama",
|
||||
"model": "llama3.1:8b-prefix-stable-v1",
|
||||
"maxTokens": 2048,
|
||||
@@ -190,7 +189,7 @@ Merge this preset into `~/.nanobot/config.json` and select it:
|
||||
},
|
||||
"agents": {
|
||||
"defaults": {
|
||||
"modelPreset": "ollamaPrefixStable"
|
||||
"modelPreset": "Ollama Llama 3.1 prefix-stable"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user