SillyTavern/src
DreamGenX 5c410986a4 Add support for DreamGen API.
API docs: https://dreamgen.com/docs/models/opus/v1
API keys: https://dreamgen.com/account/api-keys

I decided to base this on the text-completion API since it's more
flexible with SillyTavern's prompt formating capabilities.

This also means that custom context and instruct settings are required.

Will add documentation in a followup PR.
2024-03-07 12:25:48 +01:00
..
endpoints Add support for DreamGen API. 2024-03-07 12:25:48 +01:00
middleware Rename basic auth middleware 2023-12-15 18:43:00 +02:00
sentencepiece Add support for Yi tokenizer 2023-11-21 00:21:58 +02:00
validator lint: Require semicolons 2023-12-02 21:11:06 +02:00
additional-headers.js Add support for DreamGen API. 2024-03-07 12:25:48 +01:00
character-card-parser.js Extract PNG read/write methods 2024-02-16 18:03:56 +02:00
claude.json Initial commit 2023-07-20 20:32:15 +03:00
constants.js Add support for DreamGen API. 2024-03-07 12:25:48 +01:00
embedding.js #1671 Add batch vectorization 2024-01-24 13:56:13 +02:00
express-common.js lint: format 2023-12-04 19:12:41 +02:00
extras-vectors.js Add check for "embeddings" module. 2024-01-24 16:51:57 +02:00
makersuite-vectors.js #1671 Add batch vectorization 2024-01-24 13:56:13 +02:00
openai-vectors.js Fix comment 2024-03-02 23:18:34 +02:00
plugin-loader.js Add check for server plugin id clash 2023-12-24 00:00:20 +02:00
transformers.mjs Add endpoint for transformers.js TTS 2024-02-02 01:51:02 +02:00
util.js Remove HTTP/2 workaround for pygsite 2024-02-17 17:04:37 +02:00