Merge pull request #862 from StefanDanielSchwarz/presets-and-readme

Presets and readme
This commit is contained in:
Cohee 2023-08-03 13:09:01 +03:00 committed by GitHub
commit e381e1cefc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 4 deletions

View File

@ -291,6 +291,7 @@ SillyTavern 会将 API 密钥保存在目录中的 `secrets.json` 文件内。
* RossAscends' additions: AGPL v3
* Portions of CncAnon's TavernAITurbo mod: Unknown license
* kingbri's various commits and suggestions (https://github.com/bdashore3)
* StefanDanielSchwarz's various commits and bug reports (https://github.com/StefanDanielSchwarz)
* Waifu mode inspired by the work of PepperTaco (https://github.com/peppertaco/Tavern/)
* Thanks Pygmalion University for being awesome testers and suggesting cool features!
* Thanks oobabooga for compiling presets for TextGen

1
.github/readme.md vendored
View File

@ -293,6 +293,7 @@ GNU Affero General Public License for more details.**
* RossAscends' additions: AGPL v3
* Portions of CncAnon's TavernAITurbo mod: Unknown license
* kingbri's various commits and suggestions (<https://github.com/bdashore3>)
* StefanDanielSchwarz's various commits and bug reports (<https://github.com/StefanDanielSchwarz>)
* Waifu mode inspired by the work of PepperTaco (<https://github.com/peppertaco/Tavern/>)
* Thanks Pygmalion University for being awesome testers and suggesting cool features!
* Thanks oobabooga for compiling presets for TextGen

View File

@ -1,9 +1,9 @@
{
"genamt": 300,
"max_length": 4096,
"max_length": 2048,
"temp": 0,
"rep_pen": 1.1,
"rep_pen_range": 4096,
"rep_pen_range": 2048,
"streaming_kobold": true,
"top_p": 0,
"top_a": 0,

View File

@ -1,9 +1,9 @@
{
"genamt": 250,
"max_length": 4096,
"max_length": 2048,
"temp": 0.65,
"rep_pen": 1.18,
"rep_pen_range": 4096,
"rep_pen_range": 2048,
"streaming_kobold": true,
"top_p": 0.47,
"top_a": 0,