From 4d667de8f48ac721aa6875ec3fcee83b2b77c5d1 Mon Sep 17 00:00:00 2001 From: cpacker Date: Tue, 24 Oct 2023 16:50:27 -0700 Subject: [PATCH] hotfix for airoboros prompt formatting template (was missing stop string) --- memgpt/local_llm/webui/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/memgpt/local_llm/webui/settings.py b/memgpt/local_llm/webui/settings.py index 2e9ecbce..64335199 100644 --- a/memgpt/local_llm/webui/settings.py +++ b/memgpt/local_llm/webui/settings.py @@ -2,6 +2,7 @@ SIMPLE = { "stopping_strings": [ "\nUSER:", "\nASSISTANT:", + "\nFUNCTION RETURN:", # '\n' + # '', # '<|',