mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
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:
3
web/src/pages/chat/chat-configuration-modal/interface.ts
Normal file
3
web/src/pages/chat/chat-configuration-modal/interface.ts
Normal file
@ -0,0 +1,3 @@
|
||||
export interface ISegmentedContentProps {
|
||||
show: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user