From 1b89c304adb8d711b39e40d6fa3a22fc992bcff2 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Tue, 25 Jul 2023 15:46:12 -0700 Subject: [PATCH] Update README --- README.md | 6 ------ presets/Kobold-Godlike.yaml | 4 ---- server.py | 1 - 3 files changed, 11 deletions(-) delete mode 100644 presets/Kobold-Godlike.yaml diff --git a/README.md b/README.md index 0c1c2774..e572f62b 100644 --- a/README.md +++ b/README.md @@ -323,9 +323,3 @@ The presets that are included by default are the result of a contest that receiv * Subreddit: https://www.reddit.com/r/oobaboogazz/ * Discord: https://discord.gg/jwZCF2dPQN - -## Credits - -- Gradio dropdown menu refresh button, code for reloading the interface: https://github.com/AUTOMATIC1111/stable-diffusion-webui -- Godlike preset: https://github.com/KoboldAI/KoboldAI-Client/wiki/Settings-Presets -- Code for some of the sliders: https://github.com/PygmalionAI/gradio-ui/ diff --git a/presets/Kobold-Godlike.yaml b/presets/Kobold-Godlike.yaml deleted file mode 100644 index 772a802e..00000000 --- a/presets/Kobold-Godlike.yaml +++ /dev/null @@ -1,4 +0,0 @@ -temperature: 0.7 -top_p: 0.5 -typical_p: 0.19 -repetition_penalty: 1.1 diff --git a/server.py b/server.py index 35b43176..029dcd61 100644 --- a/server.py +++ b/server.py @@ -376,7 +376,6 @@ def create_settings_menus(default_preset): 1) Midnight Enigma 2) Yara 3) Shortwave - 4) Kobold-Godlike ### Temperature Primary factor to control randomness of outputs. 0 = deterministic (only the most likely token is used). Higher value = more randomness.