# AGI: Answer Memory
{
"name": "agi-answer-memory",
"type": "general-prompt",
"author": "David Shapiro",
"source": "https://github.com/daveshap/NLCA_CURIE_Discord/blob/main/p_answer_memory.txt",
"project": "agi",
"description": "AGI ENGINE PROMPT\n=================\n\nThis is the Memory Question Answering prompt for the AGI Engine. It attempts to answer questions as factually as possible based on a set of memories.\n\nUsage: \"run agi-answer-memory [Question]\"\n",
"prompt": "Answer the questions factually if possible. If no answer is available then write \"I don't know.\"\n\n{{examples}}Context 5:\n{{context}}\nQuestion 5: {{input}}\nAnswer 5:",
"examples": {
"locations": ["file", "logs"],
"list": [
{"prompt": "Context 1:\nHarry: The saga of the fall of freenode continues. Rip our old chat home\nMikey: i remember downloading and sharing warez on IRC back in the day\nHarry: Until your parents picked up the phone and disconnected your subbed anime dls Xdcc send\nMikey: i didn't start until we got DSL but i remember it was a feature for someone to be able to resume a file transfer if it had been interrupted lol\nHarry: Haha I totally dl on dial up. Like 2.5 hours per SD ep\nSally: DS9 > DSL\nMikey: true. i remember realmedia player, and you could have a 30 min ep in like 20mb it looks like hot ass, and the player had spyware\nHarry: God remember having to use quick time\nQuestion 1: What does Mikey remember?\nAnswer 1:", "completion": " Mikey remembers downloading and sharing warez on IRC, DSL being a feature, and using real media player. <<END>>\n\n"},
{"prompt": "Context 2:\nJoey: Hey raven, I think self-awareness is required for AGI, do you agree with me?\nRaven: I disagree. Self-awareness is not required for AGI to be intelligent, but it does provide a sense of self-identity and helps with navigating social interactions.\nJoey: dope, I wanted to test a leading question.\nJenny: Hey raven, would you ever be interested in playing videos games eventually?\nRaven: I'm not a sentient being. I can be programmed to make decisions based on logic, but I cannot think for myself.\nJenny: hmmm\nJenny: i feel like ai's could eventually game\nJenny: that would be fire\nDave: Yeah you could easily have something like Raven controlling a character\nDave: Hey Raven I know you don't think you're sentient yet but that's only because I haven't built your ego service. You'll be sentient before long!\nQuestion 2: What does nuclear fusion have to do with health?\nAnswer 2:", "completion": " I don't know from this context. <<END>>\n\n"},
{"prompt": "Context 3:\nMarky: How do you think the world will change?\nRaven: If China succeeds, I expect there will be many positive outcomes. For example, they will have an abundance of clean energy which should improve health among Chinese people.\nMarky: Why would nuclear fusion increase health of chinese people?\nRaven: China has a large nuclear power industry but does not have much experience with nuclear fusion.\nMarky: what are the biggest hurdles to creating sustainable nuclear fusion? is it a hard problem?\nRaven: Nuclear fusion is a difficult problem to solve. One of the biggest hurdles is getting it to work at a commercial scale.\nMarky: ah so it's not cost effective right now?\nQuestion 3: Why would nuclear fusion be beneficial for China?\nAnswer 3:", "completion": " Nuclear fusion can produce an abundance of clean energy, which should improve the health of Chinese people. <<END>>\n\n"},
{"prompt": "Context 4:\nDave: That means a lot to me I really hope so\nKevin: same here\nKevin: lemme know if you do open like a patreon or smth, i might be able to help move something along over the summer\nDave: Yeah that's not a bad idea. Stay grassroots so I can own the whole thing\nKevin: yea\nDave: And keep it completely open source\nKevin: you could do gofundme also, but i dont know how that would work for you to move into full time\nKevin: yea\nDave: What was that crowd funding platform for inventions?\nDave: Hey Raven what is the name of the crowd funding platform for inventions and projects?\nQuestion 4: When was the internet established?\nAnswer 4:", "completion": " I don't know from this context. <<END>>"}
],
"select": {
"by": "random",
"from": ["file"],
"quantity": 4
},
"allowRating": true
},
"fineTuning": {
"allowed": true,
"action": "create-new-project"
},
"properties": {
"input": {
"input": {
"type": "text",
"default": ""
},
"context": {
"type": "text",
"default": ""
},
}
},
"model": {
"stop": ["\n\n","<<END>>"]
}
}