Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
guillesanbri committed Apr 29, 2024
1 parent 8d04f6b commit b021423
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion unify/chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,9 @@ def _get_credits(self) -> float:
"""
return self._client.get_credit_balance()

def _process_input(self, inp: str, show_credits: bool, show_provider: bool) -> Generator[str, None, None]:
def _process_input(
self, inp: str, show_credits: bool, show_provider: bool
) -> Generator[str, None, None]:
"""
Processes the user input to generate AI response.
Expand Down

0 comments on commit b021423

Please sign in to comment.