Skip to content

Commit

Permalink
Unholy uses the alpaca template too
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed May 9, 2024
1 parent 38fbf45 commit 537dfcd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions r2ai/interpreter.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ def messages_to_prompt(self, messages):
formatted_messages = template_falcon(self, messages)
elif "utopia" in lowermodel:
formatted_messages = template_alpaca(self, messages)
elif "holy" in lowermodel:
formatted_messages = template_alpaca(self, messages)
elif "mistral" in lowermodel:
formatted_messages = template_mistral(self, messages)
elif "python" in lowermodel:
Expand Down

0 comments on commit 537dfcd

Please sign in to comment.