From 1f3f97d1b05c928bb2aebd25411928fe58335518 Mon Sep 17 00:00:00 2001 From: JohnM Date: Sat, 1 Nov 2025 14:05:17 +0000 Subject: [PATCH] Add John's basic memory illusion code --- week1/community-contributions/day4-illusion_of_memory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/week1/community-contributions/day4-illusion_of_memory.py b/week1/community-contributions/day4-illusion_of_memory.py index 0a57e10..9753691 100644 --- a/week1/community-contributions/day4-illusion_of_memory.py +++ b/week1/community-contributions/day4-illusion_of_memory.py @@ -1,4 +1,4 @@ -#python newbie, just playing around with creating the illusion of memory +# python newbie, just playing around with creating the illusion of memory from openai import OpenAI openai=OpenAI()