feat: add temperature and top-p to ModelSetting and add ChatConfigurationModal and bind backend data to KnowledgeCard (#65)
* feat: bind backend data to KnowledgeCard * feat: add ChatConfigurationModal * feat: add temperature and top-p to ModelSetting
This commit is contained in:
25
web/src/pages/chat/index.less
Normal file
25
web/src/pages/chat/index.less
Normal file
@@ -0,0 +1,25 @@
|
||||
.chatWrapper {
|
||||
height: 100%;
|
||||
|
||||
.chatAppWrapper {
|
||||
width: 288px;
|
||||
padding: 26px;
|
||||
}
|
||||
.chatTitleWrapper {
|
||||
width: 220px;
|
||||
padding: 26px 0;
|
||||
}
|
||||
|
||||
.chatTitle {
|
||||
padding: 5px 15px;
|
||||
}
|
||||
|
||||
.chatTitleContent {
|
||||
padding: 5px 10px;
|
||||
}
|
||||
|
||||
.divider {
|
||||
margin: 0;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user