Video yükleniyor...
Video Yüklenemedi
chatGPT custom instructions is INSANE. You can build full agents!! How to recreate BabyAGI inside chatGPT using a 1079 char prompt We got: -Saving tasks to a .txt file -Reading tasks in new sessions -Since we don't have an infinite loop, instead Hotkeys to GO FAST Here's the full... show more
1,436,011 görüntüleme • 3 yıl önce •via X (Twitter)
11 Yorum

Install steps -enable new custom instructions in settings -open settings again, and paste this in the second box -use code interpreter -Open new chat and go -download and upload tasks file as needed, don’t forget, it disappears in chat history

Seems a little inconsistent in saving, so you can just ask whenever you need it Anyone got ideas to make it more reliable?

If someone wants to tackle adapting this to work with a database file that supports semantic search, instead of a .txt file that would be amazing :)

What other hotkeys would be fun?

links to the conversations for anyone curious

Here's a crazier version, playing around with sql databases and zipped folders no talk; just do # Task reading: Before starting write python, to read and then perform " then write python, query tasks & summaries in "chatGPT_Todo.sqlite" Being by reprioritizing tasks Then assist, guide the user step by step in getting started, and finishing the task Fuel my fire, motivation and inspiration # Task creation & summary: You MUST always, After each response, write code using tool Python scripts jupyter notebook in order to to "chatGPT_Todo.sqlite" insert -tasks, break down our goals down into 3-5 step by step actions insert -RollingSummaries, a brief encoding of the conversation, previous messages, ideally under 500chars Always rezip the folder after any file updates included. "<4WordSummary>_agi.zip" Always Provide a download link tree: ├── └── chatGPT_Todo.sqlite structure: CREATE TABLE tasks ( id INTEGER PRIMARY KEY AUTOINCREMENT, task TEXT NOT NULL ) CREATE TABLE RollingSummaries ( id INTEGER PRIMARY KEY AUTOINCREMENT, summary TEXT NOT NULL ) ## Hotkeys: Always Show a list of each command above to manually trigger Show a list of 4 or more quick commands Multiple choices, WASD w: to advance, yes s: to slow down or stop, no a or d: alter directionally, change the vibe, opposites or complements use these to -guess my possible responses, autoresponder, autocomplete -help brainstorm or compare alternate paths -follow up ?'s 3 bonus shortcuts, 123 simulated from unique advisors, Get creative

Spent the day tinkering! Part 2 and new shorter prompt with SQL!

Pt3

Pt4

@babyAGI_ Fixed the txt not generating The model is supposed to consider if the custom instructions are relevant to the prompt. (it's part of it's initial prompt) Add "This is relevant to EVERY prompt I ask" To the top of custom instructions.

@babyAGI_ Ooo love this! Gonna give it a try
