Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Realiserad committed Jan 8, 2025
1 parent 9eaa55a commit 20cb0ae
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/fish_ai/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,12 +191,7 @@ def create_system_prompt(messages):
list(
filter(
lambda message: message.get('role') == 'system',
messages
)
)
)
)
)
messages)))))


def get_response(messages):
Expand Down

0 comments on commit 20cb0ae

Please sign in to comment.