Remove redundant preset (see the plot in #587)

This commit is contained in:
oobabooga 2023-03-30 17:34:44 -03:00
parent f0fdab08d3
commit d4a9b5ea97
3 changed files with 2 additions and 8 deletions

View file

@ -240,4 +240,4 @@ Before reporting a bug, make sure that you have:
- Gradio dropdown menu refresh button, code for reloading the interface: https://github.com/AUTOMATIC1111/stable-diffusion-webui
- Verbose preset: Anonymous 4chan user.
- NovelAI and KoboldAI presets: https://github.com/KoboldAI/KoboldAI-Client/wiki/Settings-Presets
- Pygmalion preset, code for early stopping in chat mode, code for some of the sliders, --chat mode colors: https://github.com/PygmalionAI/gradio-ui/
- Code for early stopping in chat mode, code for some of the sliders: https://github.com/PygmalionAI/gradio-ui/

View file

@ -41,7 +41,7 @@ settings = {
'chat_default_extensions': ["gallery"],
'presets': {
'default': 'NovelAI-Sphinx Moth',
'.*pygmalion': 'Pygmalion',
'.*pygmalion': 'NovelAI-Storywriter',
'.*RWKV': 'Naive',
},
'prompts': {

View file

@ -1,6 +0,0 @@
do_sample=True
top_p=0.9
top_k=0
temperature=0.5
repetition_penalty=1.1
typical_p=1.0