Commit Graph

595 Commits

Author SHA1 Message Date
kwaroran
8c2eb4b267 [feat] change save format again 2023-06-24 00:57:20 +09:00
kwaroran
45094782e5 [version] bump to 1.27.2 2023-06-23 22:46:07 +09:00
kwaroran
3d7cbe04f1 [fix] lorebook import order fix 2023-06-23 22:45:18 +09:00
kwaroran
f0a66a926d [feat] silly world info & agn memory book support 2023-06-23 22:43:58 +09:00
kwaroran
281e0bec63 [feat] compressed data for local 2023-06-23 22:19:04 +09:00
kwaroran
40b54ad88d [chore] remove unused dependencys 2023-06-23 21:04:08 +09:00
kwaroran
c3fd5d7b5e [feat] add parsing fallback 2023-06-23 21:02:57 +09:00
kwaroran
417da32719 [feat] add parsing fallback 2023-06-23 20:59:35 +09:00
kwaroran
4187590f56 [rm] removed request types, due to unsafe 2023-06-23 12:37:51 +09:00
kwaroran
6d2f9fe4da [version] bump web version to web-2 2023-06-23 12:35:29 +09:00
kwaroran
251ee1c30b [feat] hide headers in web by proxy 2023-06-23 12:25:02 +09:00
kwaroran
accabf69e7 [fix] normal prompts not working 2023-06-22 22:42:35 +09:00
kwaroran
0dae3f29da [version] bump to 1.27.0 2023-06-22 22:05:12 +09:00
kwaroran
0de412414f [test] lua code dummy, for future 2023-06-22 22:00:42 +09:00
kwaroran
4447da7a6b [feat] change file saving to msgpack 2023-06-22 21:20:56 +09:00
kwaroran
839b288168 [feat] add deepai 2023-06-22 20:36:06 +09:00
kwaroran
2bc96514fc [fix] stream outputs nothing when responses non-event stream 2023-06-21 23:41:03 +09:00
kwaroran
e0f88c93e3 [feat] add headers 2023-06-21 23:35:41 +09:00
kwaroran
90f744f574 [fix] additional assets not working after regex 2 2023-06-21 14:17:46 +09:00
kwaroran
ec9ea4b08d [fix] additional assets not working after regex 2023-06-20 12:16:29 +09:00
kwaroran
89015ac009 Merge branch 'main' of https://github.com/kwaroran/RisuAI 2023-06-18 22:43:48 +09:00
kwaroran
2be29587e6 bump to 1.26.0 2023-06-18 22:43:41 +09:00
kwaroran
5a3d226475 [feat] remove unused import 2023-06-18 22:42:24 +09:00
kwaroran
3251afed47 [fix] prevent changing character when loading chat 2023-06-18 22:41:10 +09:00
kwaroran
c7d74b4127 [test] prevent contextmenu when only polyfilled 2023-06-18 22:16:10 +09:00
kwaroran
aab32c5b09 [feat] jailbreak removal 2023-06-18 22:13:17 +09:00
kwaroran
12ba41c696 [feat] background embeding suppor 2023-06-18 22:06:38 +09:00
kwaroran
1d838b4140 [feat] download enchantments 2023-06-18 21:58:12 +09:00
kwaroran
fb9bd8d342 [feat] css full support 2023-06-18 21:11:42 +09:00
kwaroran
5acc43362c Create FUNDING.yml 2023-06-18 19:15:02 +09:00
kwaroran
6a9317cdd9 Update README.md 2023-06-17 19:40:59 +09:00
kwaroran
ad5e3db0ae [feat] realm enchanments 2023-06-16 13:34:02 +09:00
kwaroran
f72380ef0c [feat] comming soon to offical discord for temp 2023-06-16 10:38:11 +09:00
kwaroran
1ad286561e bump to 1.25.7 & smol fix 2023-06-15 21:05:31 +09:00
kwaroran
ffcffad465 [feat] classic max width 2023-06-15 21:05:06 +09:00
kwaroran
43cf738324 [feat] sync improvements 2023-06-15 12:11:49 +09:00
kwaroran
f2af588f87 bump verison to 1.25.6 2023-06-15 10:12:47 +09:00
kwaroran
10bd1fe2ad [fix] loads emotion when loading supamemory 2023-06-15 10:10:20 +09:00
kwaroran
7e63521cc1 bump to 1.25.5 2023-06-14 23:15:39 +09:00
kwaroran
0884c445a0 [feat] gpt 0613 additions, some fixes 2023-06-14 23:14:44 +09:00
kwaroran
1c170ef8a7 [feat] prompt role formater 2023-06-14 23:00:13 +09:00
kwaroran
415a8a07e4 [test] oai function call 2023-06-14 22:40:01 +09:00
kwaroran
0b5c765da2 [feat] better proxy resolve 2023-06-14 13:31:41 +09:00
kwaroran
e45483a8c6 bump version to 1.25.4 2023-06-14 10:24:00 +09:00
kwaroran
7ba7103cd2 [feat] Update AI model settings for GPT-3.5 and add GPT-3.5 Turbo 16k option (#173)
# 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
- The commit updates AI model settings for GPT-3.5 by allowing up to
4000 tokens for context size. It also adds a new option for GPT-3.5
Turbo 16k with a maximum context of 16000 tokens. Additionally, the
commit limits the context size when exceeding the maximum limit for each
model.
2023-06-14 10:20:37 +09:00
LL
8705fd65ff Merge branch 'support16k' of https://github.com/ljh5650/RisuAI into support16k
# Conflicts:
#	src/lib/Setting/Pages/BotSettings.svelte
#	src/lib/UI/ModelList.svelte
#	src/ts/process/index.ts
#	src/ts/process/request.ts
2023-06-14 05:12:11 +09:00
LL
3237ca2344 [feat] Update AI model settings for GPT-3.5 and add GPT-3.5 Turbo 16k option
The commit updates AI model settings for GPT-3.5 by allowing up to 4000 tokens for context size. It also adds a new option for GPT-3.5 Turbo 16k with a maximum context of 16000 tokens. Additionally, the commit limits the context size when exceeding the maximum limit for each model.
2023-06-14 05:09:47 +09:00
LL
1f02c4b63c [feat] Update AI model settings for GPT-3.5 and add GPT-3.5 Turbo 16k option
The commit updates AI model settings for GPT-3.5 by allowing up to 4000 tokens for context size. It also adds a new option for GPT-3.5 Turbo 16k with a maximum context of 16000 tokens. Additionally, the commit limits the context size when exceeding the maximum limit for each model.
2023-06-14 04:17:43 +09:00
kwaroran
947d6874ed [UX] Screenreader readable Checkbox, Help Button (#172)
# PR Checklist
- [ ] 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
 - Screenreader readable "Show Help" button.
   Also modified checkbox
2023-06-12 19:03:31 +09:00
kwaroran
6683a94b0f bump to 1.25.3 2023-06-12 19:00:45 +09:00