Commit Graph

603 Commits

Author SHA1 Message Date
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
kwaroran
a7ff46e2ee [feat] added/fixed korean translations 2023-06-12 19:00:17 +09:00
kwaroran
174594532c [feat] added gif in some selects 2023-06-12 18:58:43 +09:00
kwaroran
316d3be397 [feat] regex flags, fix display 2023-06-12 18:53:37 +09:00
ASDF9999
da7ab19c8e Merge branch 'main' into screenreader 2023-06-12 18:29:08 +09:00
kwaroran
70caeea169 [fix] backup not working 2023-06-12 13:30:00 +09:00
kwaroran
7b2a2dbbdb bump version to 1.25.1 2023-06-12 12:53:07 +09:00
kwaroran
134cb6a3be [fix] first setup message appearing every time 2023-06-12 12:52:46 +09:00
kwaroran
d59adc7ce7 [chore] remove rust cache 2023-06-12 12:34:01 +09:00
kwaroran
a715bb6134 bump version to 1.25.0 2023-06-12 12:33:20 +09:00
kwaroran
5f93b88cca [feat] data sync first setup message 2023-06-12 12:31:39 +09:00
kwaroran
2de284f4e9 [feat] data sync 2023-06-12 12:27:01 +09:00
LL
c829a539fc Accessibility settings to the app
Screen reader readable "Show Help" button.
Also added a new checkbox for accessibility settings.
2023-06-12 07:20:42 +09:00
kwaroran
49a01a0950 [fix] image compression 2023-06-11 11:04:11 +09:00
kwaroran
32f58fef1d examples 2023-06-10 10:32:52 +09:00
kwaroran
a4eefa2c0d bump version to 1.24.4 2023-06-10 09:23:06 +09:00
kwaroran
077623b23d [fix] max response error 2023-06-10 09:22:05 +09:00
kwaroran
42c0134744 bump version to 1.24.3 2023-06-10 02:41:51 +09:00
kwaroran
08cd214bcb [fix] tokenizer problem 2 2023-06-10 02:38:36 +09:00
kwaroran
6fc60805e6 [fix] tokenizer 2023-06-10 02:27:54 +09:00
kwaroran
e88f95102b [fix] group chat cut not working 2023-06-10 01:48:12 +09:00
kwaroran
e2b49b21dc [fix] not working groupchat regex 2023-06-10 01:45:33 +09:00
kwaroran
dbf5f6b25a [feat] new tokenizing 2023-06-09 22:27:34 +09:00
kwaroran
cfe20c968b [chore] cache build 2023-06-09 14:29:07 +09:00
kwaroran
a387e0db62 [chore] add windows 2023-06-09 14:10:47 +09:00
kwaroran
381231e871 [fix] changed to workflow_dispatch (#169)
# 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
2023-06-09 14:01:03 +09:00
kwaroran
b9bb38addf [fix] changed to workflow_dispatch 2023-06-09 14:00:37 +09:00
kwaroran
7d2e4271fb Update cn.ts (#168)
# PR Checklist
- [YES] Did you check if it works normally in all models? *ignore this
when it dosen't uses models*
- [YES] 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?
- [NO] Did you added a type def?

# Description
2023-06-09 13:57:55 +09:00
Decikingship
6dd36a382d Update cn.ts 2023-06-09 11:34:46 +08:00
kwaroran
46505b8a2d [fix] send message double time by enter when input's composition is not end (#167)
# 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?
- [NO] Did you added a type def?

# Description
### Bug 
send message double time by enter when writing korean. 
This issue occurs when input's composition is not end. 


https://github.com/kwaroran/RisuAI/assets/60877502/758b3168-d63c-4b64-8ca0-6a5afefad749



### fix
block send message when event is composing.
2023-06-09 09:58:54 +09:00
namda-on
38cbb8a103 fix : send message double time when writing korean
block send message when event is composing
2023-06-08 16:05:39 +09:00
kwaroran
e0e139e4ed Update to 1.24.2 (#166)
# 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
2023-06-08 09:03:02 +09:00
kwaroran
f06a982db2 bump version to 1.24.2 2023-06-08 09:02:24 +09:00
kwaroran
3f4b50047d [feat] added nsfw toggle, sorting option to realm 2023-06-08 09:01:37 +09:00
kwaroran
c5600dfd37 Merge branch 'dev' of https://github.com/kwaroran/RisuAI-release into dev 2023-06-08 08:49:16 +09:00
kwaroran
334b1c8a5a [feat][experimental] Add auto-translate input message, [fix] Apply markdown to AutoSuggest (#163)
# PR Checklist
- [ O ] Did you check if it works normally in all models? *ignore this
when it dosen't uses models*
- [ O ] 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?
- [ O ] Did you added a type def?

# Description

- This commit adds new entries in the language files and UI support for
auto-translate messages.

- The new feature uses a textarea input field to translate messages as
they are typed, and the translated text is shown in a new field. Also,
the language settings now provide an option to enable/disable auto
message translation.

- The code changes include adding a new function to update the input
sizes for both input fields and some minor code refactoring to support
new functionality.

- This commit adds the import for the ParseMarkdown function from the
parser module required for translating messages in the Suggestion chat
screen.
- The code changes also include adding a check for the translator
variable in the button toggle handling to avoid unwanted button display.
Lastly, the commit updates the template for rendering translated suggest
messages.
- Improve user prompt for AutoSuggest


![ani](https://github.com/kwaroran/RisuAI/assets/11344967/459896d4-b99d-4f23-9b18-cd9fc8e677eb)
2023-06-08 08:34:15 +09:00
kwaroran
27f935eef7 Merge branch 'dev' into autotranslateinput 2023-06-08 08:34:08 +09:00
kwaroran
4d83da91d2 Update cn.ts (#165)
# PR Checklist
- [YES] Did you check if it works normally in all models? *ignore this
when it dosen't uses models*
- [YES] 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?
- [NO] Did you added a type def?

# Description
2023-06-08 08:32:37 +09:00
Decikingship
dbebc58362 Update cn.ts
Update cn.ts
2023-06-07 14:44:23 +08:00
kwaroran
f45aa9dc9c [fix] removal 2023-06-07 14:56:19 +09:00
kwaroran
37bd8a9988 Update to 1.24.1 (#164)
# 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
2023-06-07 09:49:34 +09:00
kwaroran
37fb6c3071 conflict fix 2023-06-07 09:48:42 +09:00
kwaroran
833310ba83 bump version to 1.24.1 2023-06-07 09:48:11 +09:00