Commit Graph

45 Commits

Author SHA1 Message Date
62342b35e2 Reasoning template 2025-03-16 15:01:31 +02:00
67d013e40a Use default middleware for parsing request body 2025-03-10 00:48:58 +02:00
3f03936125 Add config value type converters for numbers and booleans 2025-02-20 21:53:48 +02:00
1f9fa74786 Rewritten minLogLevel feature 2025-01-15 10:02:32 -05:00
5db7a9cf1e Fix fetch buffer deprecation warnings 2025-01-01 22:18:23 +02:00
4fcad0752f [chore] Fix type errors 2024-10-11 21:33:36 +03:00
a0889a15fd Explicitly import node process 2024-10-11 10:43:29 +03:00
0c8ccf1765 Update module imports 2024-10-11 00:41:08 +03:00
a0e6030836 Simplify node imports 2024-10-11 00:28:17 +03:00
1616e7e067 Explicitly import Buffer. Specify jsdoc local extensions 2024-10-10 23:36:22 +03:00
d52b4fbbde Node: Migrate to ES Modules 2024-10-10 22:37:22 +03:00
d7a37298ab Ignore errors in getContentOfType 2024-09-20 08:31:25 +00:00
4b235f0b31 Migrate only unique and non-default instruct prompts 2024-09-20 01:02:13 +03:00
73ee869749 Load sysprompts from content manager 2024-09-17 10:38:14 +00:00
ace6e9d18d Fix incorrect JanitorAI/JannyAI import due to incorrect HTTP header 2024-08-03 05:29:33 -07:00
fc488574c6 update endpoint 2024-06-19 02:22:05 +00:00
ed2e7a2f47 Fix RisuRealm UUID identifier import 2024-05-20 12:51:10 +03:00
cf28d6653c Import characters from RisuRealm by URL 2024-05-19 20:19:20 +03:00
c661fea07d #2227 Implement content scaffolding 2024-05-17 02:43:14 +03:00
116fa673c6 Added support for new characterhub.org url (former chub.ai) for character imports 2024-05-16 20:07:52 +02:00
7d65a6e264 Add content manager config notice 2024-05-12 00:44:46 +03:00
eb4cae4e6d Add WL to config. Code clean-up. 2024-05-01 19:52:34 +03:00
300b68177b #1958 added support for generic url downloading (current whitelist: discordapp.com, catbox.moe) 2024-04-29 23:42:50 -05:00
cbedfa4664 Use atomic write 2024-04-27 22:02:04 +03:00
4c9d52422b [chore] ESLint and JSDoc 2024-04-26 22:46:13 +03:00
f4ba1f68ef Merge pull request #2136 from BlueprintCoding/release
Added import function for AICharacterCards.com cards
2024-04-26 22:42:04 +03:00
305afb3713 Added import function for AICharacterCards.com cards
Added ability to import cards directly from aicharactercards.com via it's api like Chub and Janny.
Video of it in action: https://streamable.com/gbfdtw

Just pass the last two slash vars from the url (the author and card title) from a page. EX: aicharcards/the-game-master to:
https://aicharactercards.com/wp-json/pngapi/v1/image/

In this example: https://aicharactercards.com/wp-json/pngapi/v1/image/aicharcards/the-game-master
2024-04-24 18:04:17 -06:00
dcbeab0aef Fix absolute paths for data root. Allow setting data root via console args. 2024-04-12 19:53:46 +03:00
2b29e14e9f Reset settings option 2024-04-10 03:29:38 +03:00
0f105e0300 Fix circular deps, add Helmet https://helmetjs.github.io/ 2024-04-07 18:11:23 +03:00
c6ffe4502a Add user management endpoints 2024-04-07 17:44:40 +03:00
cd5aec7368 Split user directories from public, part 1 2024-04-06 20:09:39 +03:00
b3b7017bf2 Move default QR and MovingUI to content manager 2024-04-06 17:55:53 +03:00
06d1369f58 Make default instruct/context restorable 2024-03-29 19:39:59 +02:00
0551c8023e Move context/instruct templates to default context index 2024-03-28 22:54:37 +02:00
112e8f224c Use alternate method of determining URLs, consolidate logs format 2024-03-03 16:45:26 +02:00
668d1f0fb9 feat: add importUUID API to get Pyg/Janny/Chub bots without link 2024-03-03 03:31:39 +00:00
fb6fa54c7f Fix import fetch HTTP method 2024-02-21 19:57:38 +02:00
92af4137a9 Use new export endpoint 2024-02-21 11:28:59 +02:00
0391179c3c Remove HTTP/2 workaround for pygsite 2024-02-17 17:04:37 +02:00
c20a9fb5f5 Add HTTP/2 workaround for pygsite import 2024-02-17 03:52:45 +02:00
7fbef32869 Use uuid extraction from Pygsite URL 2024-02-16 20:24:06 +02:00
c8b0030f6e Extract PNG read/write methods 2024-02-16 18:03:56 +02:00
4c911d3155 Use Express router for content endpoint 2023-12-04 12:47:38 -05:00
24546621e3 Move endpoints into their own folder 2023-12-04 10:12:27 -05:00