Commit Graph
100 Commits
Author SHA1 Message Date
heimoshuiyu 69e1c013b3 press esc to exit edit message 2023-07-27 11:07:36 +08:00
heimoshuiyu 120bdddc3b esc to close edit message window 2023-07-27 10:45:44 +08:00
heimoshuiyu 196e12a4fd click elsewhere to close edit message window 2023-07-27 10:42:17 +08:00
heimoshuiyu c84be818e9 fix edit message window opacity 2023-07-27 10:32:32 +08:00
heimoshuiyu 5f0481fece fix re-generate only delete assistant message 2023-07-27 10:26:55 +08:00
heimoshuiyu 1c34c123aa move edit to the bottom of message 2023-07-20 11:44:17 +08:00
heimoshuiyu dd6da3a55c disable re-generate and completion when generating 2023-07-20 11:41:52 +08:00
heimoshuiyu 8d62bfae77 fix systemMessage token 2023-07-20 11:37:10 +08:00
heimoshuiyu 1270568a08 fix clear history with example 2023-07-20 11:36:07 +08:00
heimoshuiyu 5f4b360b05 update token when setChatStore 2023-07-20 11:34:15 +08:00
heimoshuiyu dba39c771f polify structure clone 2023-07-20 02:18:15 +08:00
heimoshuiyu bef955dd7d fix clone 2023-07-20 02:11:15 +08:00
heimoshuiyu 6acf87807f fix template default params 2023-07-20 02:01:57 +08:00
heimoshuiyu 4caf8ba669 add template 2023-07-20 01:34:33 +08:00
heimoshuiyu 7ad28386b7 move accumulate cost to bottom 2023-07-20 00:41:00 +08:00
heimoshuiyuandGitHub 28aec2405d Update models.ts fix price 2023-07-18 17:12:52 +08:00
heimoshuiyu a5b807d411 move setting button to top, lg:w-2/3 2023-07-18 14:27:11 +08:00
heimoshuiyu 5f7c41d4cc hide message-content class if render markdown 2023-07-14 16:05:32 +08:00
heimoshuiyu e358a02042 inherit dev mode 2023-07-14 15:58:42 +08:00
heimoshuiyu 9e520d9b64 render markdown by default 2023-07-14 15:44:13 +08:00
heimoshuiyu 08c087468b quick hide input 2023-07-13 19:31:52 +08:00
heimoshuiyu ab5eab1a9b chatgpt.ts add role type check 2023-07-13 18:18:08 +08:00
heimoshuiyu f8ce1d3915 setInputMsg("") after click assistant or user 2023-07-13 18:03:21 +08:00
heimoshuiyu 488e441635 show re-generate and compeletion based on history length 2023-07-13 18:02:13 +08:00
heimoshuiyu 9a132b007e fix set chat example 2023-07-12 18:24:33 +08:00
heimoshuiyu d2f21f44bb fix dev msg options in dark mode 2023-07-12 00:44:06 +08:00
heimoshuiyu 32bf692386 support example_user and example_assistant 2023-07-12 00:40:03 +08:00
heimoshuiyu 1b558a8194 fix icon sytle 2023-07-08 20:54:33 +08:00
heimoshuiyu af630f53d0 copy to clipboard and fix del icon style 2023-07-08 20:45:53 +08:00
heimoshuiyu 5fa6d4182a fix args copy 2023-07-08 15:14:46 +08:00
heimoshuiyu feecd6582d esgimate token length after editing 2023-07-08 14:45:21 +08:00
heimoshuiyu 4ce23bb1eb move dev buttons to down 2023-07-08 14:40:26 +08:00
heimoshuiyu 1cac4a77c0 calculate response token in stream mode 2023-07-08 14:35:10 +08:00
heimoshuiyu f2129f6a67 fix edit message z-index 10 2023-07-08 14:24:32 +08:00
heimoshuiyu 86699511df edit message token 2023-07-08 14:23:56 +08:00
heimoshuiyu e2f78987a3 setShowRetry(false) on success 2023-07-08 14:17:30 +08:00
heimoshuiyu 8fb17ba3f8 fix bug on completion with empty history 2023-07-08 14:16:51 +08:00
heimoshuiyu 1b8eeb0c86 fix calculate user token in hide state 2023-07-08 14:03:45 +08:00
heimoshuiyu 9d34189c96 regenerate and complte function 2023-07-08 10:07:10 +08:00
heimoshuiyu 22b4d59b1c v1.4.0 warning 2023-07-08 09:56:41 +08:00
heimoshuiyu c0566f3105 better way to edit message content 2023-07-07 19:11:01 +08:00
heimoshuiyu 1c14e413bb fix develop mode style 2023-07-07 18:57:54 +08:00
heimoshuiyu 1da4d38799 1.4.0 dev mode support more ops and args 2023-07-07 18:20:14 +08:00
heimoshuiyu ecfa32f75e chatgpt.ts support more args 2023-07-07 11:06:30 +08:00
heimoshuiyu 7553cf41cf update packages 2023-07-03 10:17:59 +08:00
heimoshuiyu 66ab8d4978 handle partial chunk 2023-06-19 20:33:18 +08:00
heimoshuiyuandGitHub da31f32fcb Update chatbox.tsx handle "data:{xxxx}" 2023-06-19 20:11:09 +08:00
heimoshuiyu 280545c224 accumulated cost 2023-06-14 13:14:28 +08:00
heimoshuiyu 7ded1c8522 change default system message to "follow my instructions carefully" 2023-06-14 12:47:53 +08:00
heimoshuiyu e76f087776 fix generating message style 2023-06-14 12:45:11 +08:00
heimoshuiyu 67e12e6933 change default model to gpt-3.5-turbo-0613 2023-06-14 12:16:22 +08:00
heimoshuiyu 4860c6dff3 inherit chatStore.model 2023-06-14 12:14:57 +08:00
heimoshuiyu e03160d04d openai model update 2023-06-14 12:10:18 +08:00
heimoshuiyu b46b550a70 recognize text/event-stream, charset=utf-8 2023-04-19 16:21:05 +08:00
heimoshuiyu 8f1a327ea0 fix total token in stream mode 2023-04-04 00:39:58 +08:00
heimoshuiyu 8c049c9ee9 handle response error 2023-04-03 17:46:07 +08:00
heimoshuiyu 528eb0a300 永远显示提示<p> 2023-04-03 17:46:07 +08:00
heimoshuiyuandGitHub d5d077f39c Update README.md 2023-04-02 13:01:38 +08:00
heimoshuiyuandGitHub b4244d3900 现在我觉得它不灵车了 2023-04-01 19:57:59 +08:00
heimoshuiyu 8f3d69d2a2 fix todo: estimate user's token 2023-04-01 12:35:26 +08:00
heimoshuiyu 11d9b09e36 prevent undefined on new models 2023-03-31 15:00:57 +08:00
heimoshuiyu 464e417537 switch model with token 2023-03-31 05:14:44 +08:00
heimoshuiyu 5a328db87d cost in stream mode 2023-03-31 05:09:25 +08:00
heimoshuiyu 3b09abaf66 header 2023-03-31 05:00:52 +08:00
heimoshuiyu 05f57f29e5 show cost 2023-03-31 04:50:49 +08:00
heimoshuiyu 11afa12b09 fix show version warning 2023-03-31 04:41:08 +08:00
heimoshuiyu 26f9632f41 record each message's token and hide status, calc postBeginIndex based on token 2023-03-31 04:16:23 +08:00
heimoshuiyu bdfe03699f support import chat store 2023-03-30 14:33:54 +08:00
heimoshuiyu fecfc24519 support export as json 2023-03-30 13:56:03 +08:00
heimoshuiyu 07885c681c show response model name 2023-03-30 13:39:19 +08:00
heimoshuiyu faac2303df gpt-4 内测提示 2023-03-30 13:01:28 +08:00
heimoshuiyu fc17d6ba15 fix copy max_token from chaStore to client 2023-03-29 16:42:57 +08:00
heimoshuiyu 3de689a796 use gpt-3.5-turbo as default new ChatStore 2023-03-29 15:51:04 +08:00
heimoshuiyu 35ee9cab0e highlight status bar 2023-03-29 15:48:49 +08:00
heimoshuiyu 5fc2c62b4f select chat index after fetch 2023-03-29 15:37:36 +08:00
heimoshuiyu c31c6cd84a set maxToken based on model 2023-03-29 13:02:48 +08:00
heimoshuiyu 6406993e83 handle create new chatstore on diff model 2023-03-29 12:51:31 +08:00
heimoshuiyu 2d7edeb5b0 support gpt-4 2023-03-29 12:45:59 +08:00
heimoshuiyu 1158fdca38 update stream mode based on response 2023-03-28 21:18:30 +08:00
heimoshuiyu 7c34379ecb calculate token and forget some message 2023-03-28 21:12:34 +08:00
heimoshuiyu 26a66d112b create chatStore if not equal params 2023-03-27 13:43:06 +08:00
heimoshuiyu e791367d2d break all text 2023-03-27 13:18:30 +08:00
heimoshuiyu 30abf3ed15 auto create new chatStore if there any params in URL 2023-03-27 13:15:23 +08:00
heimoshuiyu 146f34a22d 更好的提示 2023-03-26 21:00:28 +08:00
heimoshuiyu d5a8799fde issue caused by height: 100vh 2023-03-26 19:30:03 +08:00
heimoshuiyu 241a93b151 更改默认 system message 2023-03-26 18:36:51 +08:00
heimoshuiyu a4b762586c 更好的文档和提示 2023-03-26 14:04:53 +08:00
heimoshuiyu 700c424d64 更好的提示 2023-03-26 00:11:11 +08:00
heimoshuiyu 6b4cbd62ac auto textarea height 2023-03-25 12:38:48 +08:00
heimoshuiyu 61c4f548f1 fit message width 2023-03-25 02:08:25 +08:00
heimoshuiyu bb84045481 scroll to bottom of messages generating messages 2023-03-25 01:02:38 +08:00
heimoshuiyu 7a15792c39 scroll to bottom of messages 2023-03-25 01:01:25 +08:00
heimoshuiyu 2ab9a0a46c show correct message.length 2023-03-24 15:51:28 +08:00
heimoshuiyu 99d3c69647 use stream mode depend on content-type 2023-03-24 13:14:34 +08:00
heimoshuiyu 0148465e34 select last chat after delete 2023-03-24 10:51:19 +08:00
heimoshuiyu 9b00cd0fbc Love from ChatGPT: How to make <p> show all space like <pre> 2023-03-22 20:28:30 +08:00
heimoshuiyu 7149ed0310 更好的文档 2023-03-22 15:50:03 +08:00
heimoshuiyu 46b842500d 更好的设置说明 2023-03-22 15:43:53 +08:00
heimoshuiyu f278e5b1fc split message.tsx 2023-03-22 15:39:25 +08:00
heimoshuiyu c7f731c2fa change p-4 to p-2 2023-03-22 15:30:02 +08:00