From 5c12fbf23967554b0b59ec8de9331ae9cbb1bf2e Mon Sep 17 00:00:00 2001 From: timlopes17 Date: Thu, 27 Apr 2023 01:09:26 -0400 Subject: [PATCH] Adjustment to tutor flashcards command --- Python/bot.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Python/bot.py b/Python/bot.py index 7302b65e..41214940 100644 --- a/Python/bot.py +++ b/Python/bot.py @@ -997,9 +997,8 @@ async def flashcards(ctx: discord.ApplicationContext, topic: str): {"role": "user", "content": f"In less than 150 words, can you create 3 flash cards for the following topic or information with the following format:\n" f"Question: INSERT QUESTION HERE\n||Answer: INSERT ANSWER HERE|| for each flashcard. Please do not forget the || before" - f"and after the answer, it is very important. If can't finish a flashcards because of the word limit, do not create the" - f"flashcard. Here is the topic or information, to" - f"save words write the answer as short as possible: {topic}"} + f"and after the answer, it is very important. If you can't finish a flashcard because of the word limit, do not create the" + f"flashcard. To save space, write the answer as short as possible. Here is the topic or information: {topic}"} ) while True: