DocShotgun
6193eb14da
Add DRY to llama.cpp sampler order
2024-12-18 19:04:49 -08:00
Cohee
8753ae34be
Merge pull request #3193 from cloak1505/r7b
...
Add Cohere command-r7b-12-2024
2024-12-17 12:18:54 +02:00
Cohee
7eacdac665
Add bypass status check for Generic TC API type
2024-12-16 21:29:41 +02:00
cloak1505
12cc607754
Replace invalid aya-23 model name
2024-12-15 17:12:45 -06:00
cloak1505
266b181d49
Add Cohere command-r7b-12-2024
...
Also slightly reorder model list
2024-12-15 14:47:22 -06:00
M0cho
58213d0ab0
Update: [index.html] Fixed inconsistent notation of GAI models
...
Corrected the text from "Experiment" to "Experimental" to align with the terminology used on https://aistudio.google.com/ .
2024-12-15 12:29:44 +09:00
M0cho
954ed6c2b2
Update: [index.html] Remove PaLM from GAI models
...
The PaLM family (PaLM 2, PaLM 2 Chat) is no longer available on AI Studio.
```
Google AI Studio API returned error: 404 Not Found {
"error": {
"code": 404,
"message": "Requested entity was not found.",
"status": "NOT_FOUND"
}
```
2024-12-15 12:28:37 +09:00
M0cho
df5f69dc66
Update: [index.html] Added notes for deprecated GAI models
...
Based on https://ai.google.dev/gemini-api/docs/models/gemini , the 1.0 Pro model has been marked as deprecated.
2024-12-15 12:18:34 +09:00
M0cho
e762405cba
Update: [index.html] Remove GAI models deleted from the API
...
The 1.0 Pro Vision model has already been removed.
```
Google AI Studio API returned error: 404 Not Found {
"error": {
"code": 404,
"message": "Gemini 1.0 Pro Vision has been deprecated on July 12, 2024. Consider switching to a different model, for example gemini-1.5-flash.",
"status": "NOT_FOUND"
}
}
```
2024-12-15 12:11:56 +09:00
Cohee
e15e6dc3bd
One more example of generic endpoint
2024-12-14 16:04:01 +02:00
Cohee
cd0b834291
Implement "except" mode for type-specific controls in settings
2024-12-13 20:58:16 +02:00
Cohee
3167019faf
Add generic text completion API type (100% OAI compatible)
2024-12-13 01:12:10 +02:00
M0cho
67cb89f634
Sort Gemini-Subversion: gemini-exp-series by date
2024-12-12 06:33:21 +09:00
M0cho
a64c8ade9d
Support Gemini 2.0 Flash-exp
2024-12-12 06:31:27 +09:00
Cohee
3be17e2ed8
Merge branch 'staging' into persona-lorebook
2024-12-11 18:25:58 +02:00
Cohee
bcfb07de5e
New llama-3.3 Groq model
...
Closes #3168
2024-12-10 17:59:59 +02:00
Cohee
323b9407df
Small cosmetic fixes
2024-12-09 15:26:57 +02:00
Cohee
84d2530c52
Merge branch 'staging' into persona-lorebook
2024-12-07 15:52:23 +02:00
AlpinDale
add108b821
fix the JS issue where both ooba and aphro were using the same container ID
2024-12-07 12:36:10 +00:00
AlpinDale
a1115ab4ff
Merge remote-tracking branch 'alpin/staging' into sampler_order
2024-12-07 12:27:55 +00:00
Cohee
3ed095bb0e
Merge pull request #3154 from SillyTavern/optimize-past-swipes
...
Optimize past swipes
2024-12-06 21:31:19 +02:00
M0cho
073b76a693
Support Gemini-exp-1206
2024-12-07 02:19:15 +09:00
Cohee
23a10fdc22
Optimize past swipe counters performance
2024-12-05 15:32:30 +00:00
Cohee
a702dab68b
Alt+Click to open lorebook
2024-12-04 13:53:10 +00:00
Cohee
efe25ddc04
Merge branch 'staging' into persona-lorebook
2024-12-04 13:35:54 +00:00
Cohee
8de1d26eaa
NanoGPT: Unhide sampling parameters
2024-12-04 00:00:08 +02:00
Cohee
bab9d3c74b
Merge branch 'staging' into persona-lorebook
2024-12-03 22:54:42 +02:00
AlpinDale
80c8e83f09
use strings instead of IDs
2024-12-03 01:46:51 +00:00
AlpinDale
86b4247767
Merge remote-tracking branch 'alpin/staging' into sampler_order
2024-12-03 01:27:08 +00:00
AlpinDale
1c803972cd
aphrodite: add range parameter for DRY
2024-12-02 22:11:04 +00:00
Cohee
af582f43a6
[wip] Persona lorebook
2024-12-02 02:52:00 +02:00
Cohee
39c3924b3f
Merge pull request #3112 from kallewoof/202411-backend-maxctx
...
feature: allow auto-use of max context size given by backend
2024-12-01 15:15:15 +02:00
Cohee
66a862f797
Lint the use of data-i18n attributes
2024-12-01 15:10:22 +02:00
Cohee
c930a66d81
Merge branch 'staging' into 202411-backend-maxctx
2024-12-01 14:39:01 +02:00
AlpinDale
d1a654f41f
add to index.html
2024-12-01 02:37:11 +00:00
Cohee
04b68d2cce
Move derive context size to TC settings
2024-11-30 18:08:12 +02:00
Cohee
8bfb695536
Adjust documentation links
2024-11-28 11:38:10 +00:00
Cohee
f730e2179b
Merge branch 'staging' into claude-no-filler
2024-11-26 21:25:47 +02:00
Karl-Johan Alm
faf80d1b62
UI: move the derived context size flag into connection pane
2024-11-26 10:36:40 +09:00
AlpinDale
e664806990
add DRY, skew, and no repeat ngram penalty
2024-11-25 22:28:58 +00:00
Karl-Johan Alm
4988f22e94
feature: allow auto-use of max context size given by backend
2024-11-25 23:08:11 +09:00
Cohee
4b306c5ef8
Fix title
2024-11-25 00:13:36 +02:00
Cohee
91437ad52f
Fix counter link
2024-11-25 00:11:07 +02:00
Cohee
cec4519dcb
Fix nsigma control id
2024-11-25 00:09:41 +02:00
Cohee
fdd798e2da
Merge branch 'staging' into top-nsigma
2024-11-25 00:08:38 +02:00
Cohee
9382845dee
Claude: remove user filler from prompt converter
2024-11-24 19:05:41 +02:00
Cohee
626db7f8f2
Claude: remove dead models
2024-11-24 18:55:53 +02:00
Cohee
41fdc1366d
Unhide logit bias for custom OAI-compatible
2024-11-23 20:55:50 +02:00
Cohee
50922c11fa
Change icon for derivation
2024-11-23 16:01:05 +02:00
Cohee
8ed6439da2
Update documentation links
2024-11-23 15:57:22 +02:00