There was an error fetching the commit references. Please try again later.
feat: add temperature and top-p to ModelSetting and add ChatConfigurationModal...
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
Showing
- web/package-lock.json 80 additions, 1 deletionweb/package-lock.json
- web/package.json 4 additions, 1 deletionweb/package.json
- web/src/assets/svg/chat-configuration-atom.svg 24 additions, 0 deletionsweb/src/assets/svg/chat-configuration-atom.svg
- web/src/layouts/components/header/index.less 2 additions, 2 deletionsweb/src/layouts/components/header/index.less
- web/src/pages/add-knowledge/components/knowledge-setting/configuration.tsx 1 addition, 1 deletion...-knowledge/components/knowledge-setting/configuration.tsx
- web/src/pages/chat/chat-configuration-modal/assistant-setting.tsx 35 additions, 0 deletions...pages/chat/chat-configuration-modal/assistant-setting.tsx
- web/src/pages/chat/chat-configuration-modal/editable-cell.tsx 103 additions, 0 deletions...src/pages/chat/chat-configuration-modal/editable-cell.tsx
- web/src/pages/chat/chat-configuration-modal/index.less 43 additions, 0 deletionsweb/src/pages/chat/chat-configuration-modal/index.less
- web/src/pages/chat/chat-configuration-modal/index.tsx 107 additions, 0 deletionsweb/src/pages/chat/chat-configuration-modal/index.tsx
- web/src/pages/chat/chat-configuration-modal/interface.ts 3 additions, 0 deletionsweb/src/pages/chat/chat-configuration-modal/interface.ts
- web/src/pages/chat/chat-configuration-modal/model-setting.tsx 155 additions, 0 deletions...src/pages/chat/chat-configuration-modal/model-setting.tsx
- web/src/pages/chat/chat-configuration-modal/prompt-engine.tsx 163 additions, 0 deletions...src/pages/chat/chat-configuration-modal/prompt-engine.tsx
- web/src/pages/chat/chat-container/index.less 3 additions, 0 deletionsweb/src/pages/chat/chat-container/index.less
- web/src/pages/chat/chat-container/index.tsx 36 additions, 0 deletionsweb/src/pages/chat/chat-container/index.tsx
- web/src/pages/chat/index.less 25 additions, 0 deletionsweb/src/pages/chat/index.less
- web/src/pages/chat/index.tsx 57 additions, 1 deletionweb/src/pages/chat/index.tsx
- web/src/pages/chat/message-box.tsx 45 additions, 0 deletionsweb/src/pages/chat/message-box.tsx
- web/src/pages/knowledge/knowledge-card/index.less 1 addition, 1 deletionweb/src/pages/knowledge/knowledge-card/index.less
- web/src/pages/knowledge/knowledge-card/index.tsx 3 additions, 3 deletionsweb/src/pages/knowledge/knowledge-card/index.tsx
Loading
Please register or sign in to comment