Commit Graph

65 Commits

Author SHA1 Message Date
kwaroran
f50e5fcd69 Add Chat playground 2024-04-24 22:42:27 +09:00
kwaroran
3d8b3b669d Add playground and fix embeddings 2024-04-24 21:49:25 +09:00
kwaroran
3accdf0805 Update chat process indication mark style 2024-04-11 04:49:07 +09:00
kwaroran
3752b4e550 Add chat process indication mark 2024-04-11 04:43:56 +09:00
kwaroran
ba5c210463 Revert loadpages behavior dude to bugs 2024-04-07 10:28:27 +09:00
kwaroran
c2b3cec3bb Make page load chunk by 10 for performance and add id checking 2024-04-07 09:48:03 +09:00
kwaroran
ae1d84ead5 Update loadPages value in DefaultChatScreen.svelte and fix request 2024-04-06 06:11:04 +09:00
ModMapper
580cd3e1a7 Add CodeMirror based Highlighted editor 2024-03-23 18:41:36 +09:00
kwaroran
bdfdf5141a Add request info inside chat feature 2024-03-19 02:43:39 +09:00
kwaroran
2fee3aa70f Add image input display 2024-03-18 00:25:18 +09:00
kwaroran
c4e0404024 Make inlay option enable by default 2024-03-18 00:06:42 +09:00
kwaroran
e6f6ef829c Remove console.log statements 2024-03-16 14:41:44 +09:00
kwaroran
ff16ffde0c Add text file post functionality 2024-02-27 01:29:58 +09:00
kwaroran
66fd70c01a Add postfile function 2024-02-26 23:13:29 +09:00
kwaroran
7094673a6c Fix module list button to DefaultChatScreen 2024-02-07 06:13:49 +09:00
kwaroran
914ff266e1 Readd side menu reroll button 2024-02-07 06:11:18 +09:00
kwaroran
28bdea776a Merge branch 'main' into main 2024-02-07 02:26:28 +09:00
kwaroran
68382cb38e Add Modules 2024-02-07 02:21:16 +09:00
bangonicdd
10d910141b Add persona portraits with lesser change 2024-02-03 22:35:11 +09:00
kwaroran
4d27bc49c0 Add commands 2024-01-17 07:58:36 +09:00
kwaroran
2f66297c3c [feat] generation times 2023-12-18 08:51:31 +09:00
kwaroran
220c2c091b [feat] add llm translation 2023-11-28 04:32:27 +09:00
kwaroran
da49cf05f6 [feat] inlay images 2023-11-10 19:49:16 +09:00
kwaroran
26f51e9615 [feat] protrait 2023-11-09 14:38:58 +09:00
kwaroran
e7ca31ff39 [feat] basic js run in character 2023-11-08 14:46:15 +09:00
kwaroran
c944e780ac [fix] reroll problem 2023-08-17 17:13:47 +09:00
kwaroran
4a66a585f7 [feat] continue response 2023-08-17 17:00:10 +09:00
kwaroran
64ee71e2c6 [feat] add local code 2023-08-17 14:49:06 +09:00
kwaroran
22ea6b0890 mancer support 2023-08-15 16:31:47 +09:00
kwaroran
db7617c238 [feat] screenshot postfix 2023-08-09 02:22:07 +09:00
kwaroran
e2b1a309ef [feat] screenshot non experimental 2023-08-06 19:14:31 +09:00
kwaroran
936c8f2dab [ref] performace improvement stage 2 2023-08-06 15:41:34 +09:00
kwaroran
f3e96d8ba1 [feat] performace improvement stage 1 2023-08-06 14:58:05 +09:00
kwaroran
418ea31664 [feat] time related syntaxes 2023-08-04 17:20:01 +09:00
aegkmq
4ca304d26d [fix] clean autosuggest 2023-08-03 15:02:16 +09:00
aegkmq
28ae0aa992 [feat] clean autosuggest 2023-08-03 14:58:38 +09:00
kwaroran
afc705ddce [fix] trigger tokens 2023-08-03 10:10:55 +09:00
kwaroran
0e0601642a [feat] add color scheme 2023-08-03 08:58:36 +09:00
kwaroran
7b768d3e73 [feat] trigger runner2 2023-07-28 05:53:12 +09:00
kwaroran
a9a7f4e8e9 [feat] sidebar arrows 2023-07-26 04:22:38 +09:00
kwaroran
704b03b3a8 [feat] added abort 2023-07-23 00:26:07 +09:00
kwaroran
88d157fa3f [rm] remove translate input because it can use autotrans 2023-07-21 23:53:57 +09:00
kwaroran
06ac4b3cf3 [feat] translator now no longer experimental 2023-07-21 17:43:05 +09:00
kwaroran
7d2860bf35 [feat] openrouter apis 2023-07-21 17:41:48 +09:00
kwaroran
0edf8d8045 [feat] experimental canvas screenshot 2023-07-21 00:27:23 +09:00
LL
d8a5ee5b4e [feat] Add support for chat stickers
This commit adds support for chat stickers by allowing users to use stickers in chat message window.
The users can toggle show additional asset list using a button.
Added Additional assets file extension data.
Additional assets list shows preview.
Optimized render when use streaming api. (prevent markdown again when message not changed)
Added controls to Video/Audio Assets
2023-06-22 07:17:59 +09:00
kwaroran
08cd214bcb [fix] tokenizer problem 2 2023-06-10 02:38:36 +09:00
namda-on
38cbb8a103 fix : send message double time when writing korean
block send message when event is composing
2023-06-08 16:05:39 +09:00
LL
89dc9c8c80 [feat][experimental] Add auto-translate input message functionality and language support in chat panel and settings
This commit adds new entries in the language files and UI support for auto-translate messages.

The new feature uses a textarea input field to translate messages as they are typed, and the translated text is shown in a new field. Also, the language settings now provide an option to enable/disable auto message translation.

The code changes include adding a new function to update the input sizes for both input fields and some minor code refactoring to support new functionality.
2023-06-06 18:37:19 +09:00
kwaroran
02878958b6 [feat] basic risuhub 2023-06-03 06:10:26 +09:00