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.