Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cpacker committed Oct 25, 2023
1 parent 3e6ab1e commit 032c9ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion memgpt/local_llm/llm_chat_completion_wrappers/dolphin.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ def create_function_call(function_call):
if self.include_opening_brance_in_prefix:
prompt += "\n{"

print(prompt)
return prompt

def clean_function_args(self, function_name, function_args):
Expand Down

0 comments on commit 032c9ab

Please sign in to comment.