diff --git a/backend/flashcards/textToFlashcards.py b/backend/flashcards/textToFlashcards.py index 89ed8fad..374b8f08 100644 --- a/backend/flashcards/textToFlashcards.py +++ b/backend/flashcards/textToFlashcards.py @@ -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]: """