From 36a443c94f6861c35e50a778d9c7ef3c5f6381fe Mon Sep 17 00:00:00 2001 From: Vivian Fang Date: Wed, 25 Oct 2023 12:40:45 -0700 Subject: [PATCH] Revert "cleanup" This reverts commit 032c9ab66529c9a3df614f5a2f5b7f92b8299045. --- memgpt/local_llm/llm_chat_completion_wrappers/dolphin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/memgpt/local_llm/llm_chat_completion_wrappers/dolphin.py b/memgpt/local_llm/llm_chat_completion_wrappers/dolphin.py index 0ce5d4b1..d1ae5f22 100644 --- a/memgpt/local_llm/llm_chat_completion_wrappers/dolphin.py +++ b/memgpt/local_llm/llm_chat_completion_wrappers/dolphin.py @@ -188,6 +188,7 @@ class Dolphin21MistralWrapper(LLMChatCompletionWrapper): if self.include_opening_brance_in_prefix: prompt += "\n{" + print(prompt) return prompt def clean_function_args(self, function_name, function_args):