From df8b9af51bea310db1424bb0646011520c9a67f9 Mon Sep 17 00:00:00 2001 From: DanielWTE Date: Sun, 7 Jul 2024 16:41:56 +0200 Subject: [PATCH] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 607446c..00db099 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Users have the option to sign up and create courses with questions. Upon commencing a course, users will receive questions to answer. Subsequently, they will receive responses from OpenAI's GPT-4o API in JSON format after answering each question. ```json -{ "correct": , "answer": "" } +{ "correct": false, "answer": "Uhm actually 🤓👆" } ``` - `correct` is a boolean that indicates if the answer is correct or not. - `answer` is the correct answer to the question, if the user's answer is incorrect.