Update shared.py

This commit is contained in:
SDS 2023-03-30 21:26:50 +02:00 committed by GitHub
parent 848f9d8fde
commit 78b84af4b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ settings = {
'chat_default_extensions': ["gallery"], 'chat_default_extensions': ["gallery"],
'presets': { 'presets': {
'default': 'NovelAI-Sphinx Moth', 'default': 'NovelAI-Sphinx Moth',
'(alpaca-*|llama-*)': "LLaMA-Precise", '.*(alpaca|llama)': "LLaMA-Precise",
'.*pygmalion': 'Pygmalion', '.*pygmalion': 'Pygmalion',
'.*RWKV': 'Naive', '.*RWKV': 'Naive',
}, },