Commit Graph

1212 Commits

Author SHA1 Message Date
8bb964515a Fix Gemini multimodal with JPG images
Fixes #2763
2024-09-08 10:48:28 +03:00
81251b073a Implement downloadable tokenizers
Closes #2574, #2754
2024-09-06 16:28:34 +00:00
376e1f4ca2 Add fallback for iconv buffer decoding 2024-09-04 00:24:43 +03:00
bbceee0f41 Fix websearch on aya producing error 2024-09-02 19:34:09 +03:00
293676feff Cohere: unbreak requires for old models 2024-08-30 23:32:09 +03:00
f155b83792 Cohere: new cmd-r models 2024-08-30 20:00:42 +03:00
bdc335d238 NovelAI: Update API URL for Kayra 2024-08-29 22:32:56 +03:00
13a8f23ace Update constants.js 2024-08-28 10:21:37 -05:00
268aeb0ae5 Support gemini-1.5-exp-0827 2024-08-28 08:24:04 +09:00
3806dcf9fb Fix uuidv4 on Node 18
Closes #2718
2024-08-27 09:35:00 +00:00
a0a1847634 Handle non-streaming errors as 500 2024-08-27 09:27:56 +00:00
ebab976221 Cohere: new stream parser 2024-08-27 12:03:31 +03:00
9286daaf3f More reliable Cohere stream parsing 2024-08-26 20:35:23 +03:00
2b32c8638a Don't use user filler 2024-08-26 17:16:02 +03:00
5fc16a2474 New AI21 Jamba + tokenizer 2024-08-26 12:07:36 +03:00
ff834efde3 Exit server process on config.yaml read errors 2024-08-26 11:06:30 +03:00
60c22bf803 Add config value for extensions auto-update 2024-08-25 19:48:01 +03:00
62fed2ff6a fix: pass model parameter for aphrodite tokenizer 2024-08-24 22:43:20 +00:00
3f026aea15 SD: Add prompt expansion warning. Disable quantization 2024-08-23 19:57:25 +03:00
06e3d5f8de Rename MakerSuite => AI Studio 2024-08-21 21:00:17 +03:00
135ba2336e Hugging Face inference API for image generation 2024-08-19 23:02:15 -07:00
ded26f9783 Fix Google translate result decoding
Inspired by #2522
2024-08-18 14:55:17 +03:00
c2057da348 Move transformers.js model cache under the data root 2024-08-16 11:59:41 +00:00
e707def7dd Add tokenizer for Gemma/Gemini 2024-08-16 00:00:43 +03:00
7322dd1954 Add optional Claude system prompt cache. 2024-08-15 21:25:08 +03:00
0869270c26 Increase Anthropic multimodal caption max_tokens 2024-08-15 21:12:01 +03:00
cb7185fa12 [chore] Fix grammar, add JSDocs 2024-08-15 20:29:17 +03:00
a08b3ec7fc Sort gallery images by date 2024-08-15 00:40:08 +03:00
bc7ac12317 New ChatGPT model 2024-08-14 20:31:25 +03:00
1883095e39 Move request to backend 2024-08-13 20:29:33 +03:00
f305ba7ce7 Configurable ollama keep_alive
Closes #1859
2024-08-11 17:32:31 +03: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
7546030c48 Removed the scheduler, unused and auto added by vs code by mistake 2024-08-10 14:11:34 -04:00
59c66353a9 fixed linting spacing issue 2024-08-10 13:12:57 -04:00
08d5a2826f fixed generation endpoints, added animation via gifs 2024-08-10 13:07:52 -04:00
b9857eb315 Added block entropy endpoints for chat and image 2024-08-08 00:08:03 -04:00
f3734ae285 Remove token limit from multimodal caption request 2024-08-06 22:45:05 +03:00
ace6e9d18d Fix incorrect JanitorAI/JannyAI import due to incorrect HTTP header 2024-08-03 05:29:33 -07:00
366070adee ultra re-addition (just in case), fixed system prompt line 2024-08-02 15:26:15 -05:00
4b61bcc741 Merge pull request #2600 from Succubyss/gemini-1.5-pro-exp-0801 2024-08-02 21:39:19 +03:00
3f6e4fabb8 gemini updates 2024-08-02 13:30:54 -05: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
40ee236ca8 Add multimodal captioning for 01.ai 2024-08-01 01:34:49 +03:00
cacd570af3 More supported samplers for Together 2024-07-28 21:56:33 +03:00
5ad433c576 #2557 Put MistralAI prefix under a feature toggle 2024-07-27 19:57:40 +03:00
ef59e8abae #2557 Improve Mistral prompt conversion 2024-07-25 21:04:57 +03:00
5f2a73ac9f Expose "Allow fallback providers" for OpenRouter 2024-07-19 23:34:16 +03:00
09b08a49d3 Update language code for Chinese translations(zh-TW)
The code changes in `translate.js` update the language code for Chinese translations. The `zh-TW` language code is changed to `zt`. This ensures consistency and compatibility with the translation system(https://libretranslate.com/languages).
2024-07-19 19:44:00 +08:00
52497ea96d Interrupt Comfy gens on cancel 2024-07-19 00:39:21 +03:00