Add AI provider field and localization updates; modify microtime values in config and state files
This commit is contained in:
@@ -169,6 +169,16 @@
|
||||
"tooltip": true,
|
||||
"isCustom": true
|
||||
},
|
||||
"aiProvider": {
|
||||
"type": "enum",
|
||||
"required": false,
|
||||
"options": [
|
||||
"ragflow",
|
||||
"xai"
|
||||
],
|
||||
"default": "ragflow",
|
||||
"isCustom": true
|
||||
},
|
||||
"globalSyncStatus": {
|
||||
"type": "enum",
|
||||
"required": false,
|
||||
|
||||
Reference in New Issue
Block a user