vault backup: 2026-03-17 11:33:33
This commit is contained in:
+24
@@ -5,6 +5,7 @@
|
|||||||
"scriptFolder": "settings/scripts",
|
"scriptFolder": "settings/scripts",
|
||||||
"enableDebug": false,
|
"enableDebug": false,
|
||||||
"debugLogOutputFolder": "components/logs",
|
"debugLogOutputFolder": "components/logs",
|
||||||
|
"aiBaseFolder": "components/ai",
|
||||||
"homepage": {
|
"homepage": {
|
||||||
"path": null,
|
"path": null,
|
||||||
"mobilePath": null,
|
"mobilePath": null,
|
||||||
@@ -12,6 +13,29 @@
|
|||||||
"showOnEmpty": true,
|
"showOnEmpty": true,
|
||||||
"showOnNewEmptyTab": false
|
"showOnNewEmptyTab": false
|
||||||
},
|
},
|
||||||
|
"aiProviders": [
|
||||||
|
{
|
||||||
|
"id": "provider-custom-1773717839842",
|
||||||
|
"vendor": "custom",
|
||||||
|
"protocol": "openai",
|
||||||
|
"name": "自定义",
|
||||||
|
"apiUrl": "https://api.minimaxi.com/v1",
|
||||||
|
"apiKey": "sk-api-ERL5dM7QuTVmQR7esIBJl2tSlp8Vh878zW2-n15VrAfDXIFZcya8itPQaKOkkvDjOLULjVe6dQB9BLQFYbvXrRKiewI9Vue7CX9ho8l3kmYRxv14T0_VBag",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"enableThinking": false,
|
||||||
|
"capabilities": [
|
||||||
|
"tool_use"
|
||||||
|
],
|
||||||
|
"id": "0b138b11-0d9f-4de8-a150-690fe56cbb11",
|
||||||
|
"name": "MiniMax-M2.5",
|
||||||
|
"type": "text"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"stream": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"aiDefaultModels": {},
|
||||||
"formFolder": "components/form",
|
"formFolder": "components/form",
|
||||||
"fileEntrypoints": {},
|
"fileEntrypoints": {},
|
||||||
"composerSettings": {
|
"composerSettings": {
|
||||||
|
|||||||
Vendored
+1897
-3243
File diff suppressed because one or more lines are too long
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id": "components",
|
"id": "components",
|
||||||
"name": "Components",
|
"name": "Components",
|
||||||
"version": "3.0.260202",
|
"version": "3.1.260311",
|
||||||
"minAppVersion": "0.14.0",
|
"minAppVersion": "0.14.0",
|
||||||
"description": "create component for your obsidian",
|
"description": "create component for your obsidian",
|
||||||
"author": "vran",
|
"author": "vran",
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user