Commit Graph

1638 Commits

Author SHA1 Message Date
kwaroran
6641d5a760 Exclude risu-electron folder from TypeScript compilation 2024-02-19 14:25:37 +09:00
kwaroran
f3f88220de Fix module not working on translation 2024-02-18 04:04:36 +09:00
kwaroran
584446156f Merge branch 'main' of https://github.com/kwaroran/RisuAI 2024-02-15 06:53:18 +09:00
kwaroran
281b0931c6 Refactor module retrieval functions 2024-02-15 06:53:14 +09:00
kwaroran
f3a1951e1b Add init value for persona large portrait (#290)
# PR Checklist
- [x] Did you check if it works normally in all models? *ignore this
when it dosen't uses models*
- [x] 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?
- [x] Did you added a type def?

# Description
It seems I missed this in previous pull request..
2024-02-13 13:26:43 +09:00
kwaroran
54e19729d5 Update version to 1.78.5 2024-02-13 13:26:18 +09:00
kwaroran
aa320988b0 Add persistent storage feature 2024-02-13 13:20:38 +09:00
kwaroran
ad3bd9b17f Fix files showing first 2024-02-12 17:44:39 +09:00
kwaroran
ba2659c349 Update version to 1.78.4 2024-02-11 05:04:56 +09:00
kwaroran
eb96e9730d Add importModule function to import regex modules 2024-02-11 05:04:33 +09:00
kwaroran
9036e49a70 Update version to 1.78.3 2024-02-09 01:14:57 +09:00
kwaroran
e797f301d7 Add new Gemini models to ModelList and requestChatDataMain 2024-02-09 01:14:39 +09:00
kwaroran
9b53013fe3 Update URL in RealmPopUp.svelte 2024-02-08 00:56:51 +09:00
bangonicdd2
f6ba77fcb3 Merge branch 'kwaroran:main' into main 2024-02-08 00:29:24 +09:00
bangonicdd
6965b92b44 add init value for persona large portrait 2024-02-08 00:25:04 +09:00
kwaroran
1e900d44ac Refactor importModule function to set default values for name and description 2024-02-07 06:22:33 +09:00
kwaroran
87bfdb5140 Update version to 1.78.2 2024-02-07 06:20:31 +09:00
kwaroran
0252961fbd Add lorebook import for modules 2024-02-07 06:20:20 +09:00
kwaroran
7094673a6c Fix module list button to DefaultChatScreen 2024-02-07 06:13:49 +09:00
kwaroran
fbc4adf5ac Update version to 1.78.1 2024-02-07 06:11:33 +09:00
kwaroran
914ff266e1 Readd side menu reroll button 2024-02-07 06:11:18 +09:00
kwaroran
7e0ac2513b Fix state update 2024-02-07 03:34:31 +09:00
kwaroran
c915804903 Fix importModule function 2024-02-07 03:30:23 +09:00
kwaroran
3278e4941b Update version to 1.78.0 2024-02-07 03:04:17 +09:00
kwaroran
ca31eaf047 Add persona portraits with lesser change (#289)
# PR Checklist
- [x] Did you check if it works normally in all models? *ignore this
when it dosen't uses models*
- [x] 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?
- [x] Did you added a type def?

# Description

![image](https://github.com/kwaroran/RisuAI/assets/157843588/11d2347e-5957-4e2d-bce0-fcf8c670410c)

![image](https://github.com/kwaroran/RisuAI/assets/157843588/a3c222a1-8adb-4ec9-a016-1baeee918e6f)
2024-02-07 03:01:44 +09:00
kwaroran
2b223b2704 Fix moduleIds concatenation in getModuleLorebooks, getModuleTriggers, and getModuleRegexScripts functions 2024-02-07 02:55:12 +09:00
kwaroran
ad443b3bcb Fix module settings button labels 2024-02-07 02:51:17 +09:00
kwaroran
8ed4555b2f remove global regex and lorebook and add convertion to modules 2024-02-07 02:50:18 +09:00
kwaroran
28bdea776a Merge branch 'main' into main 2024-02-07 02:26:28 +09:00
kwaroran
e414b317d1 Add gpt-3.5-turbo-0125, fix gpt-4-0314 (#288)
# PR Checklist
- [x] Did you check if it works normally in all models? *ignore this
when it dosen't uses models*
- [x] 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?
- [x] Did you added a type def?

# Description

Reference: 
https://platform.openai.com/docs/models/gpt-3-5-turbo
https://platform.openai.com/docs/deprecations

1. Added gpt-3.5-turbo-0125 model: The current gpt-3.5-turbo is pointed
to the 0613 model, but the official documentation says it will
automatically upgrade to the 0125 model on February 16 anyway.
2. Fixed the model name of gpt-4-0314, although it is deprecated.
2024-02-07 02:25:12 +09:00
kwaroran
ad90121850 Remember Settings menu 2024-02-07 02:24:30 +09:00
kwaroran
68382cb38e Add Modules 2024-02-07 02:21:16 +09:00
kwaroran
8bcae0864b Fix formatting for Claude 2024-02-06 21:34:02 +09:00
bangonicdd
51dc0b1931 avoid potential error just in case 2024-02-04 00:10:36 +09:00
bangonicdd
61cdd2f527 revert to original code style 2024-02-03 23:51:28 +09:00
bangonicdd
10d910141b Add persona portraits with lesser change 2024-02-03 22:35:11 +09:00
kwaroran
1ddb24c250 update version to 1.77 (fix) 2024-02-03 05:46:14 +09:00
kwaroran
570d2e140f Update version to 1.77 2024-02-03 05:45:51 +09:00
kwaroran
86953208b2 Merge branch 'main' of https://github.com/kwaroran/RisuAI 2024-02-03 05:45:09 +09:00
kwaroran
e537f9e0ed Refactor getRisuHub function signature and API call 2024-02-03 05:41:41 +09:00
bangonicdd
85e7becaf6 Add gpt-3.5-turbo-0125, fix gpt-4-0314 2024-02-03 04:30:34 +09:00
kwaroran
dc39c6c2c7 Add memory limit border thickness (#286)
# PR Checklist
- [x] Did you check if it works normally in all models? *ignore this
when it dosen't uses models*
- [x] 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?
- [x] Did you added a type def?

# Description

![image](https://github.com/kwaroran/RisuAI/assets/133192207/44019942-465d-4fa8-bd87-bf3f2c47899b)


![image](https://github.com/kwaroran/RisuAI/assets/133192207/65f5752e-5193-4164-8929-966495900607)
2024-02-02 18:09:35 +09:00
kwaroran
7158043245 Merge branch 'main' into main 2024-02-02 18:09:27 +09:00
kwaroran
bfb6633f89 Add risu rcc for export 2024-02-02 18:07:03 +09:00
kwaroran
f3cb493451 Update readme 2024-02-01 00:36:08 +09:00
bangonicdd
43efaa2313 Change to inline style from reactive declarations 2024-02-01 00:16:06 +09:00
kwaroran
1123f79947 Update version to 1.76.3 2024-01-26 04:24:22 +09:00
kwaroran
afea17dfb3 Update model options in ModelList.svelte and request.ts 2024-01-26 04:24:02 +09:00
gdosu
9699c77415 increase max value 2024-01-25 01:41:06 +09:00
gdosu
87fbf07bcf Reduced duplicated call 2024-01-24 20:38:18 +09:00