From a776b3f1861b45f21f2d7df28acac55d25c7087e Mon Sep 17 00:00:00 2001 From: Rehmatpal Singh <91879372+DuskyElf@users.noreply.github.com> Date: Thu, 23 May 2024 18:34:06 +0530 Subject: [PATCH] Giraffe is not a plant #22 --- thinkgpt/gpt_select.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thinkgpt/gpt_select.py b/thinkgpt/gpt_select.py index 43a44ad..f3bc32d 100644 --- a/thinkgpt/gpt_select.py +++ b/thinkgpt/gpt_select.py @@ -25,7 +25,7 @@ { "question": "Which of these are plants?", "options_text": '\n'.join(["Lily", "Giraffe", "Cactus", "Rose"]), - "answer": "Lily\nGiraffe\nCactus\nRose" + "answer": "Lily\nCactus\nRose" }, ]