Skip to content

Commit

Permalink
style: remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
SverreNystad committed Mar 7, 2024
1 parent 9fade10 commit 7e1644d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/flashcards/textToFlashcards.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ def request_chat_completion(self, role: str, message: str) -> list[str]:
"""
Takes a role and a message and returns a response from a LLM
"""

pass


class OpenAIFlashcardGenerator(FlashcardGenerator):
def request_chat_completion(role: str = "system", message: str = "") -> list[str]:
"""
Expand Down

0 comments on commit 7e1644d

Please sign in to comment.