Update shared.py: Precise default for LLaMA/Alpaca

LLaMA-Precise as default preset for LLaMA/Alpaca models
This commit is contained in:
SDS 2023-03-27 00:30:13 +02:00 committed by GitHub
parent 497be69494
commit 4896f9a573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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