vault backup: 2025-04-02 15:53:39

This commit is contained in:
yz 2025-04-02 15:53:40 +08:00
parent 1cdf5bb65a
commit ff6f20c123
111 changed files with 5060 additions and 109 deletions

View File

@ -102,7 +102,28 @@
"enabled": true,
"isBuiltIn": false,
"enableCors": true,
"isEmbeddingModel": false
"isEmbeddingModel": false,
"capabilities": [
"websearch",
"reasoning"
]
},
{
"name": "gemma3:12b",
"provider": "ollama",
"enabled": true,
"isBuiltIn": false,
"baseUrl": "",
"apiKey": "",
"isEmbeddingModel": false,
"capabilities": [
"reasoning",
"vision",
"websearch"
],
"stream": true,
"displayName": "gemma3:12b",
"enableCors": true
}
],
"activeEmbeddingModels": [

Some files were not shown because too many files have changed in this diff Show More