testman
1d2d71db48
deeplX function added
2024-03-24 19:44:55 +09:00
ModMapper
580cd3e1a7
Add CodeMirror based Highlighted editor
2024-03-23 18:41:36 +09:00
kwaroran
82e5e48ae3
Add height mode option to advanced settings
2024-03-21 03:32:43 +09:00
kwaroran
5bede2b90a
Change Reverse proxy name to Custom and add additionalParams
2024-03-20 21:02:34 +09:00
kwaroran
92d2619eac
Fix conditional rendering in Chat.svelte
2024-03-19 15:30:01 +09:00
kwaroran
d7b5adda98
Add color scheme export and import functionality
2024-03-19 15:21:19 +09:00
kwaroran
04b7f29d28
Update UI size label in DisplaySettings.svelte
2024-03-19 15:15:27 +09:00
kwaroran
80b8198927
Implement custom color scheme functionality
2024-03-19 15:14:33 +09:00
kwaroran
68a5d90c38
Add language translations for "Log"
2024-03-19 15:00:12 +09:00
kwaroran
31856a9c48
Add generation info viewer
2024-03-19 14:50:48 +09:00
kwaroran
bdfdf5141a
Add request info inside chat feature
2024-03-19 02:43:39 +09:00
kwaroran
4dd541e65e
Fix empty value for 'en' in MultiLangInput.svelte
2024-03-19 02:11:52 +09:00
kwaroran
e90d422586
Refactor getModelName function to import from "src/ts/model/names"
2024-03-19 02:08:26 +09:00
kwaroran
7c4bc8d2f1
Add April Fool's Day easter egg
2024-03-18 21:06:22 +09:00
kwaroran
2fee3aa70f
Add image input display
2024-03-18 00:25:18 +09:00
kwaroran
c4e0404024
Make inlay option enable by default
2024-03-18 00:06:42 +09:00
kwaroran
1954a79bd0
move transformers.ts
2024-03-17 23:55:55 +09:00
kwaroran
9d7c300ec6
Fix parsing issue in MultiLangDisplay and MultiLangInput
2024-03-17 23:52:52 +09:00
kwaroran
e7dda4093a
add aws claude haiku ( #310 )
...
# 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


2024-03-16 15:34:10 +09:00
kwaroran
ab0f0d0933
Make language selection to not display unknown languages
2024-03-16 15:19:47 +09:00
kwaroran
18f342437e
Add network fetch error messages
2024-03-16 14:57:37 +09:00
kwaroran
e6f6ef829c
Remove console.log statements
2024-03-16 14:41:44 +09:00
kwaroran
527520566d
Add Multilanguage support for creator notes
2024-03-16 14:40:10 +09:00
bangonicdd
1907d4f229
add aws haiku
2024-03-16 09:07:11 +09:00
kwaroran
c8434e7704
Add trimNonLatin function to trim non-Latin characters from chara.desc
2024-03-15 08:20:14 +09:00
kwaroran
aad072294e
Add fullscreen icon on the front mage
2024-03-15 07:56:38 +09:00
kwaroran
12cb150009
Add new Claude 3 Haiku model
2024-03-14 06:25:30 +09:00
kwaroran
62f9501f19
Refactor chat message removal logic
2024-03-08 00:00:59 +09:00
kwaroran
0c2a9eef6c
Show supamemory by default
2024-03-07 00:08:23 +09:00
kwaroran
47ec8c92d1
Make usePlainFetch unrecommended
2024-03-06 22:17:27 +09:00
kwaroran
fe31610ca0
Add claude streaming & remove unused parameters
2024-03-06 22:14:24 +09:00
kwaroran
cd99ae4bca
add aws claude-3 ( #298 )
...
# 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

2024-03-06 03:14:18 +09:00
kwaroran
cf06a73f66
Add new options for rp
2024-03-06 03:09:09 +09:00
bangonicdd
9b3fbb73b0
add aws claude-3
2024-03-05 23:35:46 +09:00
kwaroran
18fbaebd46
Add new prompt type 'postEverything'
2024-03-05 01:54:55 +09:00
kwaroran
71d9768809
Add Claude 3 Formating
2024-03-05 01:40:05 +09:00
kwaroran
bde9ef51d4
Add models
2024-03-05 01:07:34 +09:00
kwaroran
ff16ffde0c
Add text file post functionality
2024-02-27 01:29:58 +09:00
kwaroran
66fd70c01a
Add postfile function
2024-02-26 23:13:29 +09:00
hashcoko
d0569b29cb
Code updates due to NAI API changes and feature additions.
2024-02-22 11:06:42 +09:00
kwaroran
aa320988b0
Add persistent storage feature
2024-02-13 13:20:38 +09:00
kwaroran
e797f301d7
Add new Gemini models to ModelList and requestChatDataMain
2024-02-09 01:14:39 +09:00
kwaroran
9b53013fe3
Update URL in RealmPopUp.svelte
2024-02-08 00:56:51 +09:00
kwaroran
7094673a6c
Fix module list button to DefaultChatScreen
2024-02-07 06:13:49 +09:00
kwaroran
914ff266e1
Readd side menu reroll button
2024-02-07 06:11:18 +09:00
kwaroran
c915804903
Fix importModule function
2024-02-07 03:30:23 +09:00
kwaroran
ca31eaf047
Add persona portraits with lesser change ( #289 )
...
# 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


2024-02-07 03:01:44 +09:00
kwaroran
ad443b3bcb
Fix module settings button labels
2024-02-07 02:51:17 +09:00
kwaroran
8ed4555b2f
remove global regex and lorebook and add convertion to modules
2024-02-07 02:50:18 +09:00
kwaroran
28bdea776a
Merge branch 'main' into main
2024-02-07 02:26:28 +09:00