Commit Graph

386 Commits

Author SHA1 Message Date
kwaroran
532e223f17 [feat] gpt 4.5 2023-12-27 00:07:16 +09:00
kwaroran
87d32a5c58 [fix] example 2023-12-24 23:25:07 +09:00
kwaroran
68239da84e [fix] first message fix 2023-12-24 22:58:51 +09:00
kwaroran
6e56803fd2 [feat] send as original role 2023-12-24 22:12:41 +09:00
kwaroran
57081a3c3c [feat] sendname 2023-12-24 22:08:15 +09:00
kwaroran
036fc00f7b [fix] name appending wrong 2023-12-24 22:07:12 +09:00
kwaroran
464fcccf6d Merge branch 'main' of https://github.com/kwaroran/RisuAI 2023-12-24 20:02:50 +09:00
kwaroran
a3b90e8b86 [feat] added template setting 2023-12-24 20:02:15 +09:00
kwaroran
bdb83cbe1b [fix] iterable error when use gemini-pro (#277)
# 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?
- [ ] Did you added a type def?

# Description
An error occurred when use gemini-pro model with disabled Vertex-AI:

![img](https://github.com/kwaroran/RisuAI/assets/35911521/e3e2cc5a-8fe8-4661-ba5b-317c5700eb86)
2023-12-24 10:35:24 +09:00
kwaroran
3b5d036aac [fix] example chat not working 2023-12-24 10:33:35 +09:00
kmou424
aa953e0634 [fix] iterable error when use gemini-pro 2023-12-22 23:26:15 +08:00
kwaroran
3e33501954 Merge branch 'main' of https://github.com/kwaroran/RisuAI 2023-12-21 13:41:48 +09:00
kwaroran
438ab1349c [feat] gemini non-vertex support 2023-12-21 13:39:00 +09:00
justpain02
78233c247c Fix errors when use Oobabooga mode 2023-12-20 00:16:37 +09:00
kwaroran
307a0390d2 [fix] rerolls 2023-12-18 18:20:08 +09:00
kwaroran
f3bc64872c [fix] multigen continue 2023-12-18 15:09:46 +09:00
kwaroran
655e8932b1 [fix] reroll 2023-12-18 15:07:30 +09:00
kwaroran
fd718efbbf [fix] cot 2023-12-18 09:46:46 +09:00
kwaroran
00285cc976 [fix] remove trimming 2023-12-18 08:53:54 +09:00
kwaroran
2f66297c3c [feat] generation times 2023-12-18 08:51:31 +09:00
kwaroran
8ac8e2f7ff [feat] cot 2023-12-18 07:05:04 +09:00
kwaroran
b7b7b54dc3 [feat] add gemini 2023-12-14 07:33:54 +09:00
kwaroran
0e4dda49f8 [fix] mistral 2023-12-14 00:13:52 +09:00
kwaroran
6f54c90187 [feat] add mistral support 2023-12-13 12:33:58 +09:00
kwaroran
341ea3c364 [ref] remove unused 2023-12-10 03:38:21 +09:00
kwaroran
29ca29acff [feat] google palm2 bison new api 2023-12-07 02:30:03 +09:00
kwaroran
4cc180ffff [feat] google palm2 unicorn 2023-12-07 02:26:08 +09:00
kwaroran
a3dba9f306 [feat] strongban 2023-12-06 18:21:06 +09:00
kwaroran
b1521384d3 [feat] oaifixer 2023-12-06 06:07:26 +09:00
kwaroran
522c60114e [rm] luaengine 2023-12-06 04:11:36 +09:00
kwaroran
de7c30d06c [feat] metrica imperial 2023-12-06 04:10:43 +09:00
kwaroran
77de90dd84 [fix] top_p ooba 2023-12-03 21:38:50 +09:00
kwaroran
9155734df2 [fix] top_p 2023-12-03 21:38:21 +09:00
kwaroran
7abce105c8 [feat] topp 2023-12-03 19:21:53 +09:00
kwaroran
390e3bcb62 [feat] add new ooba 2023-12-03 19:15:09 +09:00
kwaroran
7229ca0be7 Add missed break statement (#271)
# PR Checklist
- [ ] Did you check if it works normally in all models? *ignore this
when it dosen't uses models*
- [ ] 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?
- [ ] Did you added a type def?

# Description
breaks statement was missed in 'openai' tts case.
It makes a bug that requesting openai TTS and novelai TTS both.

This commit will fix this issue.
2023-12-02 23:38:02 +09:00
kwaroran
94642b5c66 [feat] add modify request chat 2023-12-02 23:30:52 +09:00
random-username-423
9b857e587f Add missed break statement
breaks statement was missed in 'openai' tts case.
It makes a bug that requesting openai TTS and novelai TTS both.

This commit will fix this issue.
2023-12-02 19:01:46 +09:00
kwaroran
8c07915d2d [comment] remove 2023-12-01 03:08:27 +09:00
kwaroran
4f906f5e6a [fix] novelai fixes by hashcoko 2023-12-01 00:14:17 +09:00
kwaroran
40dfe8d08d [fix] indent 2023-11-29 01:39:08 +09:00
kwaroran
29bc4a8348 [fix] claude system prompts 2023-11-29 00:48:39 +09:00
kwaroran
106b4f2b47 [fix] do not alert empty text 2023-11-29 00:38:37 +09:00
hashcoko
99302d9b76 Fix error handling in sayTTS function
Signed-off-by: hashcoko <hashcoko@gmail.com>
2023-11-28 15:26:18 +09:00
hashcoko
a183a702a6 Add check for empty text in sayTTS function
Signed-off-by: hashcoko <hashcoko@gmail.com>
2023-11-28 15:24:13 +09:00
hashcoko
e1f567cc8a Merge branch 'main' of https://github.com/kwaroran/RisuAI
Signed-off-by: hashcoko <hashcoko@gmail.com>
2023-11-28 13:25:05 +09:00
hashcoko
70adcedc46 Fix conditional rendering in
OtherBotSettings.svelte

Signed-off-by: hashcoko <hashcoko@gmail.com>
2023-11-28 03:57:09 +09:00
hashcoko
5983e3883f [Fix] NAI TTS Cors ERR
Signed-off-by: hashcoko <hashcoko@gmail.com>
2023-11-28 03:45:34 +09:00
kwaroran
6ae8264f8b [feat] hf tts translation 2023-11-28 03:36:08 +09:00
kwaroran
a6b11c22de [feat] add hf tts 2023-11-28 02:48:47 +09:00