kwaroran
afaf02c1a6
feat: Add first_msg_index curly syntax ( #436 )
...
# 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?
- [v] Did you added a type def?
# Description
Add a curly syntax for retrieving the index for the selected alternate
first message. {{first_msg_index}} replaced with -1 if the default first
message is being used, otherwise it's replace with the selected index of
alternate first message.
2024-05-24 11:31:37 +09:00
kwaroran
b0579f34f7
Update version to 1.105.0
2024-05-24 11:31:07 +09:00
Sunho Kim
27ef7b8112
feat: Add first_msg_index curly syntax
2024-05-23 19:29:09 -07:00
kwaroran
96ccc1cdd8
feat: add preset sharing
2024-05-24 11:28:32 +09:00
kwaroran
0ce01d8ca1
feat: Update RealmFrame to display character upload success message with character URL
2024-05-24 10:47:23 +09:00
kwaroran
2dc2f4974b
feat: add new realm system
2024-05-24 10:45:34 +09:00
kwaroran
edd60c05cb
feat: Remove unused import in CharConfig.svelte and update shareRisuHub function
2024-05-24 07:56:52 +09:00
kwaroran
60bbb50b02
feat: Add "__shared" to search query in getRisuHub function
2024-05-24 07:30:21 +09:00
kwaroran
17ff79702c
feat: Update favicon with multiple sizes for different devices
2024-05-24 04:54:15 +09:00
kwaroran
663fcb9fb0
feat: Add endGrid functionality to GridCatalog.svelte
2024-05-23 08:17:31 +09:00
kwaroran
e59ddd080e
Update version to 1.104.0
2024-05-23 08:17:11 +09:00
kwaroran
d126e52788
Rework catalog and add trash
2024-05-23 08:13:20 +09:00
kwaroran
f1b9247f20
feat: Add "Long Term Memory" option to OtherBotSettings
2024-05-23 07:02:54 +09:00
kwaroran
5b7e66723f
feat: add hypav2 button
2024-05-23 07:02:16 +09:00
kwaroran
53b7771ed4
feat: Correct typo in OtherBotSettings.svelte and update memory options
2024-05-23 02:02:19 +09:00
kwaroran
2b70495847
feat: Update memory options in OtherBotSettings
2024-05-23 01:57:54 +09:00
kwaroran
a308910267
Fix typo in OtherBotSettings.svelte
2024-05-23 01:52:43 +09:00
kwaroran
7a1591bd20
feat: Add hypav2 memory option to OtherBotSettings
2024-05-23 01:52:31 +09:00
kwaroran
b53d3e677a
Update version to 1.103.4
2024-05-22 19:36:45 +09:00
kwaroran
6b96a36061
feat: Add option to enable dynamic assets in Modify Display stage
2024-05-22 19:36:32 +09:00
kwaroran
deef7de308
Update version to 1.103.3
2024-05-22 14:52:24 +09:00
kwaroran
77849d2a9a
feat: Enable dynamic assets for processing data and replace missing asset names with the closest match
2024-05-22 14:52:08 +09:00
kwaroran
641aea7477
Update version to 1.103.2
2024-05-19 06:56:39 +09:00
kwaroran
df2627acf6
feat: Add Gemini Flash 1.5 model to ModelList
2024-05-19 06:55:03 +09:00
kwaroran
3afb6ee43a
Update favicon filename to "favicon.png"
2024-05-19 04:20:56 +09:00
kwaroran
defa8454d7
refactor: Update email address in GithubStars.svelte
2024-05-19 02:55:31 +09:00
kwaroran
4f7e3995ed
Update version to 1.103.1
2024-05-18 13:28:12 +09:00
kwaroran
01494209e7
Add gemini flash
2024-05-17 19:53:14 +09:00
kwaroran
66477f77d2
Update patchNote.ts to version 1.103 and add new features and fixes
2024-05-15 00:43:30 +09:00
kwaroran
66d39dc247
Update version to 1.103.0
2024-05-15 00:40:27 +09:00
kwaroran
6eb6f4f131
refactor: Update TextInput class to include "peer" for styling consistency
2024-05-15 00:37:37 +09:00
kwaroran
3c8ff1b243
feat: Add TagList constant for character tags
2024-05-15 00:19:11 +09:00
kwaroran
dc569ed1b2
refactor: Update supportsInlayImage function to include gpt5 and gpt4o models
2024-05-15 00:16:07 +09:00
kwaroran
59fafead53
refactor: Update characterCards.ts to use new API endpoint for downloading character images
2024-05-14 21:45:44 +09:00
kwaroran
33ba9f0fe1
Merge branch 'main' of https://github.com/kwaroran/RisuAI
2024-05-14 21:45:29 +09:00
kwaroran
b4d264688a
refactor: Update characterCards.ts to use hubURL variable for API endpoint
2024-05-14 21:45:25 +09:00
kwaroran
8af6ac0399
Add GPT-4o in Custom (OpenAI-compatible) ( #419 )
...
# 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
Apart from pr, I wish reverse proxy had showUnrec too like the official
openai setting
2024-05-14 18:15:32 +09:00
kwaroran
6ec123dea5
Make logit_bias work for all gpt-based multimodal models & Add supports of gpt-4o tokenizer for reverse_proxy ( #418 )
...
# 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 fix the code which now make exception for gpt-based models so it can
send logit_bias to server and gpt4o with reverse_proxy automatically
choose new tokenizer.
2024-05-14 18:15:00 +09:00
sub-hub
42f7ff3365
Add GPT-4o in reverse_proxy
2024-05-14 09:16:14 +09:00
IHaBiS02
1aade242ec
Add supports of gpt-4o tokenizer for reverse_proxy
2024-05-14 06:30:36 +09:00
IHaBiS02
4595a36adf
Fix comments
2024-05-14 05:49:35 +09:00
IHaBiS02
2d71037e9b
Fix some detail
2024-05-14 05:48:35 +09:00
IHaBiS02
73fda3bb93
Make exception on gpt based models from removing logit_bias
2024-05-14 05:48:14 +09:00
kwaroran
a79a00bd00
chore: Update version to 1.102.4
2024-05-14 03:02:48 +09:00
kwaroran
35c633bfcf
chore: Update version to 1.102.3
2024-05-14 02:36:00 +09:00
kwaroran
14ef1d95ce
feat: Add GPT-4o mode
2024-05-14 02:35:00 +09:00
kwaroran
8e4871a8a9
chore: Update version to 1.102.2
2024-05-13 00:50:13 +09:00
kwaroran
3442bbbd72
feat: Add @risuai/ccardlib dependency and update characterCards.ts
2024-05-13 00:49:52 +09:00
kwaroran
d5aa65b5e5
Merge branch 'main' of https://github.com/kwaroran/RisuAI
2024-05-13 00:44:09 +09:00
kwaroran
f31ff9a399
Change realm api endpoiint
2024-05-13 00:44:07 +09:00