Commit Graph

78 Commits

Author SHA1 Message Date
62342b35e2 Reasoning template 2025-03-16 15:01:31 +02:00
dd7391caaf Ollama: Add num_batch config value 2025-02-13 20:17:33 +02:00
d35bd3b073 feat: update Gemini safety settings
- Set threshold to OFF for most models, except for HARM_CATEGORY_CIVIC_INTEGRITY.
- Handle specific cases for a few models.
2025-02-06 04:59:30 +08:00
842b59605b Merge branch 'staging' into staging-3071-v2 2025-02-02 02:44:21 -05:00
753a99faf9 Support reasoning for OpenRouter text completion 2025-01-31 21:41:56 +09:00
1f9fa74786 Rewritten minLogLevel feature 2025-01-15 10:02:32 -05:00
4c7d160d41 DeepSeek
Closes #3233
2024-12-29 20:38:13 +02:00
3f253f42f2 Update: [constants.js] Remove BISON_SAFETY 2024-12-16 12:45:30 +09:00
3167019faf Add generic text completion API type (100% OAI compatible) 2024-12-13 01:12:10 +02:00
abe51682c8 [wip] Add global extensions 2024-12-07 17:10:26 +02:00
0882fb2d15 Add NanoGPT as chat completions provider 2024-10-26 16:51:39 +13: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
0f2daede51 Merge branch 'staging' into sysprompt-divorce 2024-09-18 23:40:46 +03:00
b377a2b7d3 Decouple system prompts from instruct mode 2024-09-17 10:37:36 +00:00
8ec509c777 Unify default user avatars
Closes #2862
2024-09-16 22:08:40 +03:00
13a8f23ace Update constants.js 2024-08-28 10:21:37 -05:00
8df27254fd Merge pull request #2640 from edk208/release
Adding Block Entropy API endpoints for chat, image, and video generation
2024-08-11 16:19:14 +03:00
b9857eb315 Added block entropy endpoints for chat and image 2024-08-08 00:08:03 -04:00
9cd59d2e4b Pass app headers to featherless 2024-08-01 23:03:32 +03:00
9deeca3eeb Pass min_p to ollama backend 2024-08-01 02:45:45 +03:00
cacd570af3 More supported samplers for Together 2024-07-28 21:56:33 +03:00
b62cbdeebd Merge branch 'staging' into DarokCx/release 2024-06-28 19:09:12 +03:00
bbb1a6e578 Add huggingface inference as text completion source 2024-06-28 18:17:27 +03:00
cf56bfb6a9 Add 01.AI as a chat completion source 2024-06-28 00:51:09 +03:00
bd5592de7b Added featherless, connect button not working 2024-06-27 09:06:11 -04:00
5b002c6e46 #2422 Move uploads under the data root 2024-06-26 23:22:42 +03:00
41ab90bb8e Support more parameters for Infermatic 2024-06-24 19:16:20 +03:00
a3dbcf3c2a Fix context and response size not being passed to Ollama 2024-06-24 03:48:34 +03:00
e66b270811 Change backups to be user data scoped 2024-05-28 17:49:34 +03:00
7063fce2af Selectable openrouter providers 2024-05-06 19:26:20 +03:00
181b5aff97 Add Groq as chat completion source 2024-05-05 18:53:12 +03:00
7b87f44518 Clean-up API-specific settings 2024-05-03 20:02:13 +03:00
2bd239fe81 Initial vLLM support 2024-05-02 22:40:40 +00:00
b3bbec83b6 Merge branch 'staging' into neo-server 2024-04-20 02:56:05 +03:00
2a2a63c52c Add Perplexity as Chat Completion source 2024-04-20 00:09:38 +03:00
0263be8c1f Merge branch 'staging' into neo-server 2024-04-15 00:26:52 +03:00
9cb777a4e9 Increase default avatar size 400x600 => 512x768 2024-04-14 17:36:48 +03:00
396eeca73a Change default user handle. Use async template renderer 2024-04-12 00:35:51 +03:00
2b29e14e9f Reset settings option 2024-04-10 03:29:38 +03:00
accebd00f5 Stricter handle cleanup 2024-04-10 01:29:35 +03:00
c6ffe4502a Add user management endpoints 2024-04-07 17:44:40 +03:00
b07aef02c7 Persist CSRF and cookie secrets across server launches 2024-04-07 16:41:23 +03:00
b07a6a9a78 Update all endpoints to use user directories 2024-04-07 01:47:07 +03:00
cd5aec7368 Split user directories from public, part 1 2024-04-06 20:09:39 +03:00
9838ba8044 #1994 Add Cohere as a Chat Completion source 2024-04-02 00:20:17 +03:00
532418c534 Lint fixes 2024-03-17 14:07:33 +02:00
c9c0f238a9 add 'stream' to dreamgen fields 2024-03-08 09:07:26 +01:00
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
f962ad5c02 Add OpenRouter as a text completion source 2024-02-25 22:47:07 +02:00