From 905131c764eed6a48a3dd1a71f759aecb6967aad Mon Sep 17 00:00:00 2001 From: SDS <52386626+StefanDanielSchwarz@users.noreply.github.com> Date: Thu, 3 Aug 2023 11:46:53 +0200 Subject: [PATCH 1/4] Update Deterministic.settings Go back down to 2048 tokens instead of 4096 to be in line with the other non-Llama 2-specific presets --- public/KoboldAI Settings/Deterministic.settings | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/KoboldAI Settings/Deterministic.settings b/public/KoboldAI Settings/Deterministic.settings index dfd3f3c3d..ecf38562a 100644 --- a/public/KoboldAI Settings/Deterministic.settings +++ b/public/KoboldAI Settings/Deterministic.settings @@ -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, From 1f56f0d64a50dd1ac306dc64859f7d29afb5637c Mon Sep 17 00:00:00 2001 From: SDS <52386626+StefanDanielSchwarz@users.noreply.github.com> Date: Thu, 3 Aug 2023 11:47:59 +0200 Subject: [PATCH 2/4] Update simple-proxy-for-tavern.settings Go back down to 2048 tokens instead of 4096 to be in line with the other non-Llama 2-specific presets --- public/KoboldAI Settings/simple-proxy-for-tavern.settings | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/KoboldAI Settings/simple-proxy-for-tavern.settings b/public/KoboldAI Settings/simple-proxy-for-tavern.settings index 1392907b5..c4fbee1eb 100644 --- a/public/KoboldAI Settings/simple-proxy-for-tavern.settings +++ b/public/KoboldAI Settings/simple-proxy-for-tavern.settings @@ -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, From ea0fe349cd48916859dc7fea311e1b1c277ae0db Mon Sep 17 00:00:00 2001 From: SDS <52386626+StefanDanielSchwarz@users.noreply.github.com> Date: Thu, 3 Aug 2023 11:55:09 +0200 Subject: [PATCH 3/4] Update readme.md Added myself to the credits list in the Readme doc [as suggested](https://github.com/SillyTavern/SillyTavern/pull/848#issuecomment-1662510842) --- .github/readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/readme.md b/.github/readme.md index d24787189..1bed0e5fd 100644 --- a/.github/readme.md +++ b/.github/readme.md @@ -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 () +* StefanDanielSchwarz's various commits and bug reports () * Waifu mode inspired by the work of PepperTaco () * Thanks Pygmalion University for being awesome testers and suggesting cool features! * Thanks oobabooga for compiling presets for TextGen From c760447288ad2f7c46e166156eb94ab97dab53c0 Mon Sep 17 00:00:00 2001 From: SDS <52386626+StefanDanielSchwarz@users.noreply.github.com> Date: Thu, 3 Aug 2023 11:56:01 +0200 Subject: [PATCH 4/4] Update readme-zh_cn.md Added myself to the credits list in the Readme doc [as suggested](https://github.com/SillyTavern/SillyTavern/pull/848#issuecomment-1662510842) --- .github/readme-zh_cn.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/readme-zh_cn.md b/.github/readme-zh_cn.md index ad0079ea4..5a3716e52 100644 --- a/.github/readme-zh_cn.md +++ b/.github/readme-zh_cn.md @@ -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