mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Merge pull request #862 from StefanDanielSchwarz/presets-and-readme
Presets and readme
This commit is contained in:
1
.github/readme-zh_cn.md
vendored
1
.github/readme-zh_cn.md
vendored
@@ -291,6 +291,7 @@ SillyTavern 会将 API 密钥保存在目录中的 `secrets.json` 文件内。
|
|||||||
* RossAscends' additions: AGPL v3
|
* RossAscends' additions: AGPL v3
|
||||||
* Portions of CncAnon's TavernAITurbo mod: Unknown license
|
* Portions of CncAnon's TavernAITurbo mod: Unknown license
|
||||||
* kingbri's various commits and suggestions (https://github.com/bdashore3)
|
* 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/)
|
* 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 Pygmalion University for being awesome testers and suggesting cool features!
|
||||||
* Thanks oobabooga for compiling presets for TextGen
|
* Thanks oobabooga for compiling presets for TextGen
|
||||||
|
1
.github/readme.md
vendored
1
.github/readme.md
vendored
@@ -293,6 +293,7 @@ GNU Affero General Public License for more details.**
|
|||||||
* RossAscends' additions: AGPL v3
|
* RossAscends' additions: AGPL v3
|
||||||
* Portions of CncAnon's TavernAITurbo mod: Unknown license
|
* Portions of CncAnon's TavernAITurbo mod: Unknown license
|
||||||
* kingbri's various commits and suggestions (<https://github.com/bdashore3>)
|
* 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/>)
|
* 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 Pygmalion University for being awesome testers and suggesting cool features!
|
||||||
* Thanks oobabooga for compiling presets for TextGen
|
* Thanks oobabooga for compiling presets for TextGen
|
||||||
|
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"genamt": 300,
|
"genamt": 300,
|
||||||
"max_length": 4096,
|
"max_length": 2048,
|
||||||
"temp": 0,
|
"temp": 0,
|
||||||
"rep_pen": 1.1,
|
"rep_pen": 1.1,
|
||||||
"rep_pen_range": 4096,
|
"rep_pen_range": 2048,
|
||||||
"streaming_kobold": true,
|
"streaming_kobold": true,
|
||||||
"top_p": 0,
|
"top_p": 0,
|
||||||
"top_a": 0,
|
"top_a": 0,
|
||||||
|
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"genamt": 250,
|
"genamt": 250,
|
||||||
"max_length": 4096,
|
"max_length": 2048,
|
||||||
"temp": 0.65,
|
"temp": 0.65,
|
||||||
"rep_pen": 1.18,
|
"rep_pen": 1.18,
|
||||||
"rep_pen_range": 4096,
|
"rep_pen_range": 2048,
|
||||||
"streaming_kobold": true,
|
"streaming_kobold": true,
|
||||||
"top_p": 0.47,
|
"top_p": 0.47,
|
||||||
"top_a": 0,
|
"top_a": 0,
|
||||||
|
Reference in New Issue
Block a user