Commit Graph

1122 Commits

Author SHA1 Message Date
kwaroran
33b966af6e Merge branch 'main' of https://github.com/kwaroran/RisuAI 2024-11-17 23:03:26 +09:00
kwaroran
c2b5177c92 Improve welcome page and add gemini exp 2024-11-17 23:03:22 +09:00
poroyo
d3d7918e5a Fix missing text node rendering to custom HTML 2024-11-15 11:39:46 +09:00
kwaroran
6dd20be25c Add setup instructions for Claude API integration 2024-11-14 21:45:12 +09:00
kwaroran
a862ffe0e3 Enhance chat setup options and improve UI responsiveness 2024-11-14 21:42:56 +09:00
kwaroran
4627aacbf9 Refactor script caching functions to include mode parameter and improve background HTML parsing 2024-11-12 21:50:40 +09:00
poroyo
e0a015c476 Add role-cbs support to custom HTML 2024-11-07 03:19:32 +09:00
kwaroran
4f69bb8880 Add loggen related stuff and fix bugs 2024-11-05 20:15:17 +09:00
kwaroran
d02d17f177 Fix textarea reloading 2024-11-04 19:01:37 +09:00
kwaroran
9b3232d5dc Add lorebook debug 2024-11-04 16:27:00 +09:00
kwaroran
106ddd61d7 fix typo disableHighlight 2024-11-04 15:30:52 +09:00
kwaroran
c22f6b789a Improve performance 2024-11-03 23:16:51 +09:00
kwaroran
b51bbad838 Fix background embedding 2024-11-03 22:26:20 +09:00
kwaroran
03e2390006 Temp fix textarea 2024-11-02 23:55:48 +09:00
kwaroran
ab9180c7a9 fix textareainput 2024-11-02 23:18:21 +09:00
kwaroran
e631b8fb51 Revert textareainput 2024-11-02 22:56:13 +09:00
kwaroran
db54124e7a Fix autotranslate 2024-11-02 17:41:22 +09:00
kwaroran
28f41b499d Fix binded persona 2024-11-02 17:12:48 +09:00
kwaroran
5dcb934069 Fix welcome page freezing 2024-11-02 16:48:17 +09:00
kwaroran
c0f088309f Add custom theme 2024-11-02 14:28:28 +09:00
kwaroran
864715df85 Increase height of textarea and container in Chat.svelte for better visibility 2024-11-02 04:07:08 +09:00
kwaroran
4fb1caa1bc Change button hover color from green to blue in Chat.svelte 2024-11-02 04:04:45 +09:00
kwaroran
42f534e6dd Add Themes 2024-11-02 04:04:11 +09:00
kwaroran
52c6641813 Enhance accessibility by adding roles and tabindex attributes to interactive elements 2024-11-02 02:22:15 +09:00
kwaroran
552c3db6a7 Add decorator autocomplete 2024-11-02 02:17:12 +09:00
kwaroran
23fd960faa Add "Lambda" to Openrouter settings and sort options alphabetically 2024-11-02 01:47:52 +09:00
kwaroran
efbda2333d Change saving 2024-11-02 01:46:21 +09:00
kwaroran
1226eb2649 Fix lists 2024-10-30 03:43:37 +09:00
kwaroran
49b2f0db2a Refactor LoreBookData.svelte to add toggle button for always active state 2024-10-30 03:26:35 +09:00
kwaroran
532de96c77 Refactor RealmMain.svelte to remove unused imports and variables 2024-10-26 21:33:46 +09:00
kwaroran
da907f4fc2 Move DBState to stores 2024-10-26 21:17:46 +09:00
kwaroran
ffa6308ca3 change globalApi path 2024-10-26 20:40:40 +09:00
kwaroran
d575b0817c Fix store making vite crash on hmr 2024-10-26 20:27:47 +09:00
kwaroran
e255199fcc Change setDatabase and getDatabase to accessing dbState 2024-10-25 19:11:41 +09:00
kwaroran
7d43075528 Refactor lorebook.ts to lorebook.svelte.ts for optimization 2024-10-25 18:49:12 +09:00
kwaroran
0f6246bef6 fix structuredclone 2024-10-25 18:11:00 +09:00
kwaroran
b3fddb814e Migrate all DataBase to DBState 2024-10-24 01:59:57 +09:00
kwaroran
2044d9b63b Change DataBase inside svelte to DBState for performance 2024-10-23 23:46:32 +09:00
kwaroran
a9f1819044 Merge branch 'main' into svelte-5 2024-10-23 22:51:53 +09:00
kwaroran
7de4b2ba29 Update claude 20241022 2024-10-23 21:20:54 +09:00
kwaroran
9add01cda2 Refactor svelte/legacy functions to svelte 5 syntax 2024-10-23 21:03:34 +09:00
kwaroran
c7330719ad Migrate to svelte 5 2024-10-23 02:31:37 +09:00
kwaroran
e434c7ab96 Refactor table rendering in BotSettings, ModuleMenu, and CharConfig components 2024-10-22 22:13:52 +09:00
kwaroran
e8a38c6570 Refactor table rendering in BotSettings, ModuleMenu, and CharConfig components 2024-10-22 22:11:36 +09:00
kwaroran
8e1d014f6e Fix svelte 4 components to fit into requirements 2024-10-22 22:06:20 +09:00
kwaroran
1762e025bd Add Custom GUI settings, not for real use now 2024-10-12 22:47:57 +09:00
kwaroran
477f37d55b Add fish speech tts (#647)
# PR Checklist
- [ v ] Did you check if it works normally in all models? *ignore this
when it dosen't uses models*
- [ v ] Did you check if it works normally in all of web, local and node
hosted versions? if it dosen't, did you blocked it in those versions?
- [ v ] Did you added a type def?

# Description
add fish speech tts
2024-10-12 19:17:17 +09:00
kwaroran
7827ad3432 Add \r removal for firefox 2024-10-12 19:16:43 +09:00
Junha Heo
826e59dfc5 add fish speech tts 2024-10-12 01:21:16 +09:00
kwaroran
5a931d4ba0 Migrate to Tauri V2 2024-10-09 20:07:59 +09:00