feat: support chatbot ui

This commit is contained in:
ckt1031
2023-07-17 15:35:02 +08:00
parent a6ae20ed54
commit 4b9756b257
4 changed files with 128 additions and 22 deletions

View File

@@ -14,4 +14,5 @@ export const CHANNEL_OPTIONS = [
//
{ key: 14, text: 'Chanzhaoyu/chatgpt-web', value: 14, color: 'purple' },
{ key: 14, text: 'mckaywrigley/chatbot-ui', value: 15, color: 'orange' },
];