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):