chat model config (#158)

* chat model config

* fix: i18n next
This commit is contained in:
Archer
2023-08-09 11:08:39 +08:00
committed by GitHub
parent da4b14fbf8
commit b6f9f77ed4
12 changed files with 269 additions and 270 deletions

View File

@@ -26,6 +26,19 @@ const sidebars = {
]
},
'develop/dev',
{
type: 'category',
label: 'Data Config',
link: {
type: 'generated-index'
},
items: [
{
type: 'autogenerated',
dirName: 'develop/data_config'
}
]
},
{
type: 'category',
label: 'Deploy',