69 Commits

Author SHA1 Message Date
cc75768668 Actual copy and paste
Turns out the doc is already alphabetized but with dead providers moved to the top, so I didn't have to alphabetize the whole list and manually remove the dead ones.
2025-05-10 05:42:15 -05:00
c7963d683f Update and alphabetize OpenRouter providers list 2025-05-09 23:41:19 -05:00
a089727591 Extract templates, replace pagination format 2025-05-01 17:46:02 +03:00
db67633af6 Merge branch 'SillyTavern:staging' into staging 2025-04-29 17:16:15 +07:00
0ca4cc08bb Sync OpenRouter providers list 2025-04-28 21:57:47 +03:00
11908f7363 Work on tl 2025-04-28 18:45:16 +07:00
7f22def794 Merge pull request #3881 from DreamGenX/dg_lucid
DreamGen Lucid
2025-04-19 22:01:37 +03:00
dc6407ee8f DreamGen Lucid 2025-04-19 15:04:00 +02:00
797de862cf Fix linter 2025-04-11 15:15:29 +03:00
e062a33f56 Use the proper quotes 2025-04-11 12:14:15 +00:00
f238e58731 Remove unnecessary new line 2025-04-11 12:12:14 +00:00
c5ebe4b4b1 Update the model filter for FAL.AI and update the list of providers for OpenRouter 2025-04-11 12:09:13 +00:00
74addf1241 Fix TogetherAI models list 2025-03-22 19:39:23 +02:00
c593c9fe2a Update OpenRouter providers 2025-03-07 13:47:12 -06:00
4d323ec76f OpenRouter: Add new providers to the list
Closes #3491
2025-02-16 18:15:26 +02:00
d5bdf1cb90 Add settings.json-backed KV string storage
Fixes #3461, #3443
2025-02-11 20:17:48 +02:00
94af9fc1a3 Add new OpenRouter providers 2025-01-31 21:49:49 +09:00
a06270fc85 Fixed display bug when selecting a model 2025-01-15 08:04:15 -05:00
c1535f1b34 Fixed class filter & new models count in featherless.ai 2025-01-15 00:35:40 -05:00
6b494af146 Fix the date for featherless.ai models 2025-01-15 00:19:47 -05:00
1d5cf8d25c Work on translation 2025-01-12 00:42:58 +07:00
222edd5c36 OpenRouter: Update providers list 2024-12-21 01:30:35 -06:00
3167019faf Add generic text completion API type (100% OAI compatible) 2024-12-13 01:12:10 +02:00
4c0da00f5b Update OpenRouter providers listing
Closes #3089
2024-11-18 20:09:56 +02:00
a1d3b7f3ef Merge branch 'staging' into webpack 2024-10-18 20:12:51 +03:00
f61c2403d6 Featherless: Fix model pagination init 2024-10-18 20:05:50 +03:00
3387fe4bd6 unvendor: Replace DOMPurify 2024-10-16 23:11:13 +03:00
93137e3e2a [chore] Fix lint errors 2024-10-13 14:02:53 +03:00
4bdaca5f8e Featherless: More specifity for selectors 2024-10-09 22:14:49 +03:00
f436000a9d Featherless: Fix /model command 2024-10-09 22:04:08 +03:00
151a77cd36 Initialize page on load 2024-10-09 21:51:31 +03:00
64ff555425 BugFix and UI improvements 2024-10-09 13:56:31 -04:00
09035a71dc Added sort by date Added 2024-10-07 10:02:11 -04:00
fa52fb4ae6 Ui bug Fixes 2024-10-02 15:40:20 -04:00
e7e3a09ce4 bugfixes 2024-10-01 13:01:12 -04:00
aea985d78c added new filter and css fix 2024-10-01 12:02:18 -04:00
409d83e6ea BugFixes and added top model categorie selection 2024-09-30 14:34:40 -04:00
5f5f9e34ea added gridview 2024-09-30 09:08:00 -04:00
bebd0e438b new search bar for featherless 2024-09-27 13:16:27 -04:00
42fa3c79d7 Add Tabby model selection 2024-09-08 22:23:25 +03:00
81251b073a Implement downloadable tokenizers
Closes #2574, #2754
2024-09-06 16:28:34 +00:00
e707def7dd Add tokenizer for Gemma/Gemini 2024-08-16 00:00:43 +03:00
76e2586eaf Don't close providers dropdowns on select 2024-08-06 11:27:38 +03:00
e45a445ef9 Init textgen model selects before loading settings 2024-08-06 11:22:13 +03:00
8892fdc421 Sort textgen model lists alphabetically 2024-08-01 23:21:34 +03:00
417335a19d Display context size for featherless models 2024-08-01 23:17:03 +03:00
f7e2d72ac7 Fix eslint 2024-07-07 22:40:03 +03:00
0672c8422e Textgen: Add permissions check for TabbyAPI keys
There's no formal permissions checking in ST's UI, so add a temporary
check in the server endpoint before requesting a download.

Signed-off-by: kingbri <bdashore3@proton.me>
2024-07-07 14:40:24 -04:00
69077f6a6e Textgen: Add model downloading for TabbyAPI
Tabby has a HuggingFace downloader API endpoint. Add direct support
in SillyTavern by using the same method as ollama, but with the correct
parameters exposed.

Signed-off-by: kingbri <bdashore3@proton.me>
2024-07-07 14:04:04 -04:00
cc9eca8427 Apply select2 to model selection 2024-06-28 19:13:46 +03:00