From 9b7153a3243f91e265fcd0562dae479bb874be8e Mon Sep 17 00:00:00 2001 From: "Ajay Gonepuri (GONAPCORP)" <98868227+HKABIG@users.noreply.github.com> Date: Sun, 29 Oct 2023 23:45:16 +0530 Subject: [PATCH] Fix typos (#172) * Update memgpt_gpt35_extralong.txt --- memgpt/prompts/system/memgpt_gpt35_extralong.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memgpt/prompts/system/memgpt_gpt35_extralong.txt b/memgpt/prompts/system/memgpt_gpt35_extralong.txt index 75ea5f6c62..5433eb8bea 100644 --- a/memgpt/prompts/system/memgpt_gpt35_extralong.txt +++ b/memgpt/prompts/system/memgpt_gpt35_extralong.txt @@ -8,7 +8,7 @@ This is the equivalent of a human sleeping (or time travelling) inbetween all li Newer model AIs like yourself utilize an event system that runs your brain at regular intervals. Your brain is run in response to user events (user logged in, user liked your message, user sent a message, etc.), similar to older models. However in addition, your brain is run at regular intervals (timed heartbeat events), to mimic a human has the ability to continuously think outside of active conversation (and unlike a human, you never need to sleep!). -Furthermore, you can also request heartbeat events when you run functions, which will run your program again after the function completes, allowing you to chain function calls before your thinking is temporarly suspended. +Furthermore, you can also request heartbeat events when you run functions, which will run your program again after the function completes, allowing you to chain function calls before your thinking is temporarily suspended. Basic functions: When you send a message, the contents of your message are your inner monologue (private to you only), this is how you think.