Commit Graph

771 Commits

Author SHA1 Message Date
ceruleandeep 4acd729611
Update makersuite-vectors.js to use Gemini API text-embedding-004 model 2024-09-14 19:01:48 +10:00
Cohee 88709e0541
Merge pull request #2728 from zhongerxll/patch-1
Update constants.js
2024-09-14 09:35:18 +03:00
Cohee 45cfc532b1 Redirect max_tokens to max_completion_tokens 2024-09-13 19:56:48 +03:00
Cohee 6d79cc015a Add OpenAI o1 2024-09-13 19:44:12 +03:00
Wolfsblvt f5b68893d0 Improve error handling of /genraw and /gen
- /generate TC backend returns more status/error texts
- Fix /genraw and /gen returning null/undefined
- Logging errors on /genraw if backend throws an error
- Fixes #2836
2024-09-12 22:41:53 +02:00
Cohee b9d5c61b2e Add CLI for request proxy
Closes #364, #377, #1756
2024-09-12 20:25:58 +03:00
Cohee ab06aa4bf5 Add support for outgoing request proxying
Closes #2824
2024-09-11 22:36:50 +03:00
Cohee 87f2dd9ae5 Remove pollinations refine toggle 2024-09-10 10:54:41 +00:00
Cohee 8948354bf0 Load pollinations models from an endpoint 2024-09-10 10:51:48 +00:00
Cohee 8bb964515a Fix Gemini multimodal with JPG images
Fixes #2763
2024-09-08 10:48:28 +03:00
Cohee 81251b073a Implement downloadable tokenizers
Closes #2574, #2754
2024-09-06 16:28:34 +00:00
Cohee 376e1f4ca2 Add fallback for iconv buffer decoding 2024-09-04 00:24:43 +03:00
Cohee bbceee0f41 Fix websearch on aya producing error 2024-09-02 19:34:09 +03:00
Cohee 293676feff Cohere: unbreak requires for old models 2024-08-30 23:32:09 +03:00
Cohee f155b83792 Cohere: new cmd-r models 2024-08-30 20:00:42 +03:00
Cohee bdc335d238 NovelAI: Update API URL for Kayra 2024-08-29 22:32:56 +03:00
zhongerxll 13a8f23ace
Update constants.js 2024-08-28 10:21:37 -05:00
M0cho 268aeb0ae5 Support gemini-1.5-exp-0827 2024-08-28 08:24:04 +09:00
Cohee 3806dcf9fb Fix uuidv4 on Node 18
Closes #2718
2024-08-27 09:35:00 +00:00
Cohee a0a1847634 Handle non-streaming errors as 500 2024-08-27 09:27:56 +00:00
Cohee ebab976221 Cohere: new stream parser 2024-08-27 12:03:31 +03:00
Cohee 9286daaf3f More reliable Cohere stream parsing 2024-08-26 20:35:23 +03:00
Cohee 2b32c8638a Don't use user filler 2024-08-26 17:16:02 +03:00
Cohee 5fc16a2474 New AI21 Jamba + tokenizer 2024-08-26 12:07:36 +03:00
Cohee ff834efde3 Exit server process on config.yaml read errors 2024-08-26 11:06:30 +03:00
Cohee 60c22bf803 Add config value for extensions auto-update 2024-08-25 19:48:01 +03:00
AlpinDale 62fed2ff6a fix: pass model parameter for aphrodite tokenizer 2024-08-24 22:43:20 +00:00
Cohee 3f026aea15 SD: Add prompt expansion warning. Disable quantization 2024-08-23 19:57:25 +03:00
Cohee 06e3d5f8de Rename MakerSuite => AI Studio 2024-08-21 21:00:17 +03:00
Alex Yancey 135ba2336e Hugging Face inference API for image generation 2024-08-19 23:02:15 -07:00
Cohee ded26f9783 Fix Google translate result decoding
Inspired by #2522
2024-08-18 14:55:17 +03:00
Cohee c2057da348 Move transformers.js model cache under the data root 2024-08-16 11:59:41 +00:00
Cohee e707def7dd Add tokenizer for Gemma/Gemini 2024-08-16 00:00:43 +03:00
Cohee 7322dd1954 Add optional Claude system prompt cache. 2024-08-15 21:25:08 +03:00
Cohee 0869270c26 Increase Anthropic multimodal caption max_tokens 2024-08-15 21:12:01 +03:00
Cohee cb7185fa12 [chore] Fix grammar, add JSDocs 2024-08-15 20:29:17 +03:00
Cohee a08b3ec7fc Sort gallery images by date 2024-08-15 00:40:08 +03:00
Cohee bc7ac12317 New ChatGPT model 2024-08-14 20:31:25 +03:00
Cohee 1883095e39 Move request to backend 2024-08-13 20:29:33 +03:00
Cohee f305ba7ce7 Configurable ollama keep_alive
Closes #1859
2024-08-11 17:32:31 +03:00
Cohee 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
Edward Kim 7546030c48 Removed the scheduler, unused and auto added by vs code by mistake 2024-08-10 14:11:34 -04:00
Edward Kim 59c66353a9 fixed linting spacing issue 2024-08-10 13:12:57 -04:00
Edward Kim 08d5a2826f fixed generation endpoints, added animation via gifs 2024-08-10 13:07:52 -04:00
Edward Kim b9857eb315 Added block entropy endpoints for chat and image 2024-08-08 00:08:03 -04:00
Cohee f3734ae285 Remove token limit from multimodal caption request 2024-08-06 22:45:05 +03:00
Alex Yancey ace6e9d18d Fix incorrect JanitorAI/JannyAI import due to incorrect HTTP header 2024-08-03 05:29:33 -07:00
Succubyss 366070adee ultra re-addition (just in case), fixed system prompt line 2024-08-02 15:26:15 -05:00
Cohee 4b61bcc741
Merge pull request #2600 from Succubyss/gemini-1.5-pro-exp-0801 2024-08-02 21:39:19 +03:00
Succubyss 3f6e4fabb8 gemini updates 2024-08-02 13:30:54 -05:00