From 78b84af4b4582bc2c7e2406134aadd384e4157fc Mon Sep 17 00:00:00 2001 From: SDS <52386626+StefanDanielSchwarz@users.noreply.github.com> Date: Thu, 30 Mar 2023 21:26:50 +0200 Subject: [PATCH] Update shared.py --- modules/shared.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/shared.py b/modules/shared.py index a2e24219..a0644e42 100644 --- a/modules/shared.py +++ b/modules/shared.py @@ -41,7 +41,7 @@ settings = { 'chat_default_extensions': ["gallery"], 'presets': { 'default': 'NovelAI-Sphinx Moth', - '(alpaca-*|llama-*)': "LLaMA-Precise", + '.*(alpaca|llama)': "LLaMA-Precise", '.*pygmalion': 'Pygmalion', '.*RWKV': 'Naive', },