mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 18:50:24 +00:00
chore: Run pnpm format:fix.
This commit is contained in:
@@ -40,15 +40,10 @@
|
||||
},
|
||||
"model": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"text-embedding-3-small",
|
||||
"text-embedding-3-large"
|
||||
]
|
||||
"enum": ["text-embedding-3-small", "text-embedding-3-large"]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"apiKey"
|
||||
]
|
||||
"required": ["apiKey"]
|
||||
},
|
||||
"dbPath": {
|
||||
"type": "string"
|
||||
@@ -60,8 +55,6 @@
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"embedding"
|
||||
]
|
||||
"required": ["embedding"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user