Commit Graph

319 Commits

Author SHA1 Message Date
ModMapper
580cd3e1a7 Add CodeMirror based Highlighted editor 2024-03-23 18:41:36 +09:00
kwaroran
82e5e48ae3 Add height mode option to advanced settings 2024-03-21 03:32:43 +09:00
kwaroran
5bede2b90a Change Reverse proxy name to Custom and add additionalParams 2024-03-20 21:02:34 +09:00
kwaroran
d7b5adda98 Add color scheme export and import functionality 2024-03-19 15:21:19 +09:00
kwaroran
04b7f29d28 Update UI size label in DisplaySettings.svelte 2024-03-19 15:15:27 +09:00
kwaroran
80b8198927 Implement custom color scheme functionality 2024-03-19 15:14:33 +09:00
kwaroran
bdfdf5141a Add request info inside chat feature 2024-03-19 02:43:39 +09:00
kwaroran
c4e0404024 Make inlay option enable by default 2024-03-18 00:06:42 +09:00
kwaroran
e7dda4093a add aws claude haiku (#310)
# 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/092e3aee-e93d-4f3c-90f6-f7ec40b6d4a3)

![image](https://github.com/kwaroran/RisuAI/assets/133192207/7665bd0a-28e1-4506-83bd-78e5da5b3da5)
2024-03-16 15:34:10 +09:00
kwaroran
e6f6ef829c Remove console.log statements 2024-03-16 14:41:44 +09:00
bangonicdd
1907d4f229 add aws haiku 2024-03-16 09:07:11 +09:00
kwaroran
47ec8c92d1 Make usePlainFetch unrecommended 2024-03-06 22:17:27 +09:00
kwaroran
fe31610ca0 Add claude streaming & remove unused parameters 2024-03-06 22:14:24 +09:00
kwaroran
cd99ae4bca add aws claude-3 (#298)
# 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/5a515821-fc22-4cf2-98ac-e86d65ba7c86)
2024-03-06 03:14:18 +09:00
kwaroran
cf06a73f66 Add new options for rp 2024-03-06 03:09:09 +09:00
bangonicdd
9b3fbb73b0 add aws claude-3 2024-03-05 23:35:46 +09:00
kwaroran
71d9768809 Add Claude 3 Formating 2024-03-05 01:40:05 +09:00
kwaroran
66fd70c01a Add postfile function 2024-02-26 23:13:29 +09:00
hashcoko
d0569b29cb Code updates due to NAI API changes and feature additions. 2024-02-22 11:06:42 +09:00
kwaroran
aa320988b0 Add persistent storage feature 2024-02-13 13:20:38 +09:00
kwaroran
914ff266e1 Readd side menu reroll button 2024-02-07 06:11:18 +09:00
kwaroran
c915804903 Fix importModule function 2024-02-07 03:30:23 +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
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
ad90121850 Remember Settings menu 2024-02-07 02:24:30 +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
gdosu
9699c77415 increase max value 2024-01-25 01:41:06 +09:00
gdosu
a550c870f3 Add memory limit border thickness 2024-01-24 13:34:19 +09:00
kwaroran
608f29ba13 Fix frequency and presence penalty calculations 2024-01-17 11:26:58 +09:00
kwaroran
1e062d3077 Rename removePunctuationHypa and change functionality 2024-01-17 07:07:38 +09:00
kwaroran
ce5e764311 Update frequency and presence penalty slider max value to 2 2024-01-16 17:58:12 +09:00
kwaroran
52940af010 Add option to remove punctuation for HypaMemory 2024-01-15 18:00:19 +09:00
kwaroran
5379e2430f Remove unused setting 2024-01-13 10:54:56 +09:00
kwaroran
9b39de366d Add advanced settings descriptions 2024-01-13 10:54:37 +09:00
kwaroran
921a9cae1e Remove experimental tag from genTimes 2024-01-13 10:42:41 +09:00
kwaroran
18980f0639 Refactor OtherBotSettings.svelte: Remove experimental tag 2024-01-13 10:41:49 +09:00
kwaroran
b4b461288d Add Python installation and setup functionality 2024-01-12 12:02:06 +09:00
kwaroran
18f85a321f Refactor BotSettings.svelte layout 2024-01-11 21:50:22 +09:00
kwaroran
a319eedee1 Add experimental support for Claude AWS 2024-01-11 21:50:04 +09:00
kwaroran
6031ecea32 Fix OpenAI Fixer plugin 2024-01-11 21:41:55 +09:00
kwaroran
a2f81fefd8 Fix google api key display 2024-01-09 20:03:55 +09:00
kwaroran
350bc66851 Add support for WebLLM 2024-01-09 00:27:58 +09:00
kwaroran
7db7b71202 Move openrouter settings to BotSettings.svelte 2024-01-08 09:25:37 +09:00
kwaroran
a490dbde47 Add new language keys and checkboxes for openrouter fallback and middle out 2024-01-08 09:10:52 +09:00
kwaroran
aaa5843c51 Add custom chain of thought feature and max thought tag depth setting 2024-01-08 09:03:12 +09:00
justpain02
ff4c67b993 Add selectable tokenizer supports on Ooba 2024-01-05 23:57:59 +09:00
kwaroran
036b23dbdc [fix] block native 2024-01-04 02:35:08 +09:00