mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-22 12:20:34 +00:00

* Json completion (#16) * json-completion * fix duplicate * fix * fix: config json * feat: query extension * perf: i18n * 468 doc * json editor * perf: doc * perf: default extension model * docker file * doc * perf: token count * perf: search extension * format * perf: some constants data --------- Co-authored-by: heheer <71265218+newfish-cmyk@users.noreply.github.com>
29 lines
619 B
JSON
29 lines
619 B
JSON
{
|
|
"name": "core.app.template.Simple template",
|
|
"desc": "core.app.template.Simple template tip",
|
|
"systemForm": {
|
|
"aiSettings": {
|
|
"model": true,
|
|
"systemPrompt": true,
|
|
"temperature": false,
|
|
"maxToken": false,
|
|
"quoteTemplate": false,
|
|
"quotePrompt": false
|
|
},
|
|
"dataset": {
|
|
"datasets": true,
|
|
"similarity": false,
|
|
"limit": false,
|
|
"searchMode": false,
|
|
"usingReRank": false,
|
|
"searchEmptyText": false
|
|
},
|
|
"userGuide": {
|
|
"welcomeText": true,
|
|
"variables": false,
|
|
"questionGuide": false,
|
|
"tts": true
|
|
}
|
|
}
|
|
}
|