Kwaroran
9d0402b7f5
Add support for multiple HTTP methods in streamed_fetch and fetchNative
2024-12-21 01:26:01 +09:00
Kwaroran
45e8ca5ed6
Update documentation for nativeFetch to clarify CORS restrictions and API design
2024-12-21 01:15:40 +09:00
Kwaroran
6860382bf1
Update plugin documentation to include mode parameter for replacer functions
2024-12-20 23:49:52 +09:00
Kwaroran
7cd49fc8c3
Add V2 plugin
2024-12-20 23:45:07 +09:00
Kwaroran
e5e01d0688
Fix error handling in gemini and add dataItem hotkey
2024-12-20 18:11:11 +09:00
Kwaroran
cc4bbdc8e2
Enhance LLM model flags to include requiresAlternateRole and update request processing to handle multimodal and thoughts data
2024-12-20 04:31:23 +09:00
Kwaroran
280fd31316
Update version to 143.9.1 in configuration and related files
2024-12-20 03:14:35 +09:00
Kwaroran
01da904c9b
Gemini change thinking
2024-12-20 03:14:06 +09:00
Kwaroran
c937a65b1f
Fix formatting of thoughts in request processing to ensure proper line breaks
2024-12-20 02:55:10 +09:00
Kwaroran
37d0870f26
Update version to 143.9.0 in configuration and related files
2024-12-20 02:54:13 +09:00
Kwaroran
4afe32a2c2
Add geminiThinking flag and enhance thoughts handling in chat processing
2024-12-20 02:53:58 +09:00
Kwaroran
bd14dcd038
Update version to 143.8.0 in configuration and database files
2024-12-20 02:21:00 +09:00
Kwaroran
68873452a0
Update version to 143.8.0
2024-12-20 02:16:05 +09:00
Kwaroran
73e94658fd
Add thoughts
2024-12-20 02:15:48 +09:00
Kwaroran
755a10a7ae
Improve translation handling by processing text in chunks for better performance
2024-12-19 05:40:52 +09:00
Kwaroran
b07a9b9d15
Update version to 143.7.1 and add menu sidebar options
2024-12-19 05:34:09 +09:00
Kwaroran
c05aa389b9
Fix devrole
2024-12-18 03:45:11 +09:00
Kwaroran
a961a553d8
Move DeveloperRole
2024-12-18 03:38:20 +09:00
Kwaroran
f09cb1bd69
Add DeveloperRole flag and update role handling in OpenAIChatExtra
2024-12-18 03:37:41 +09:00
Kwaroran
6d3fdadf55
Merge branch 'main' of https://github.com/kwaroran/RisuAI
2024-12-18 03:26:55 +09:00
kwaroran
2225a53802
Fixed “Separate Parameters” scaling issue ( #685 )
...
# PR Checklist
- [YES, I tested it on models from OpenAI/Anthropic/Google.] Did you
check if it works normally in all models? *ignore this when it dosen't
uses models*
- [No, I've only tested it on node hosted versions] 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
Fixed an issue where the “Temperature” parameter was not scaled
correctly when using the “Separate Parameters” feature.
2024-12-18 03:26:44 +09:00
Kwaroran
7c7bf16712
Merge branch 'main' of https://github.com/kwaroran/RisuAI
2024-12-18 03:26:30 +09:00
Kwaroran
744a03ffcc
Bump version to 143.7.0
2024-12-18 03:26:23 +09:00
Kwaroran
5df9e68bae
Add o1 and fix some mistakes
2024-12-18 03:26:02 +09:00
shirosaki-hana
a092d1f482
Fixed “Separate Parameters” scaling issue
...
Fixed an issue where the “Temperature” parameter was not scaled correctly when using the “Separate Parameters” feature.
2024-12-17 11:30:16 +09:00
kwaroran
4baf3f1d90
Suggestion: disabling regex script ( #683 )
...
# 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

I propose adding a feature to disable regex scripts instead of deleting
them. In this PR, I opted for the approach that minimizes edits to the
original source code, but I believe it’s worth considering alternatives,
such as using a custom flag or a separate toggle. I’d like to gather
your feedback on this approach and make further adjustments if
necessary.
2024-12-17 02:39:03 +09:00
Kwaroran
25cd5af074
Remove debug logging from getClosestMatch function
2024-12-16 07:58:54 +09:00
Kwaroran
5caa4806ef
Remove debug trace from setDatabaseLite function
2024-12-16 07:56:43 +09:00
Kwaroran
9bdd354f7c
Add asset max difference setting and update related logic
2024-12-16 07:56:15 +09:00
Kwaroran
94501dbd77
Enhance character image handling with PNG chunk
2024-12-16 06:05:57 +09:00
bangonicdd
943e2738d5
suggestion: disabling regex script
2024-12-15 21:09:31 +09:00
Kwaroran
dcc48d5cb3
Add subtitle
2024-12-15 19:33:26 +09:00
Kwaroran
e2149ced1b
Refactor risuChatParser
2024-12-15 01:00:48 +09:00
Kwaroran
556e1ea46a
Bump version to 143.5.0 in configuration and related files
2024-12-14 20:10:25 +09:00
Kwaroran
7d4030cf7a
Readd Gemini stream
2024-12-14 20:10:07 +09:00
Kwaroran
f4b78480f3
Rework realm and several bug fixes
2024-12-14 19:09:28 +09:00
Kwaroran
f2994b823e
Bump version to 143.4.0 in configuration and related files
2024-12-13 00:09:33 +09:00
Kwaroran
a984b823a6
Update inlay syntax to support 'inlayed' type and adjust parsing logic
2024-12-13 00:09:13 +09:00
Kwaroran
361e65fad6
Bump version to 143.3.2 in configuration and related files
2024-12-12 12:56:35 +09:00
Kwaroran
fcd049eae8
Refactor parameter handling in requestGoogleCloudVertex function to filter parameters based on modelInfo
2024-12-12 12:56:17 +09:00
Kwaroran
146aaa1e7c
Skip setting value for 'top_k' when 'ignoreTopKIfZero' is true and 'top_k' is 0
2024-12-12 12:34:10 +09:00
Kwaroran
a8782dbe76
Add statics
2024-12-12 11:45:06 +09:00
Kwaroran
99a17ca118
Update Tauri action version to 0.5.16 in GitHub Actions workflow
2024-12-12 10:53:50 +09:00
Kwaroran
7ed8d889cf
Bump version to 143.3.1 in configuration and related files
2024-12-12 10:43:42 +09:00
Kwaroran
fc571d45ac
Rename parameter 'ignoreTopKIfOne' to 'ignoreTopKIfZero'
2024-12-12 10:43:18 +09:00
Kwaroran
6d012c77fe
Bump version to 143.3.0 in configuration and related files
2024-12-12 08:42:44 +09:00
Kwaroran
45959f49a8
Add spacing after inlay assets for improved layout consistency
2024-12-12 08:42:26 +09:00
Kwaroran
bb082f96bc
Enhance media inlays with consistent styling and structure for images, videos, and audio
2024-12-12 08:42:10 +09:00
Kwaroran
5174082796
Add Gemini related features
2024-12-12 08:38:33 +09:00
Kwaroran
bffa3d73d4
Bump version to 143.2.0 in configuration and related files
2024-12-12 07:57:18 +09:00