WillReynolds5 / AutoGPT-Social

Autonomous Instagram bot which creates and optimizes posts to maximize engagement
MIT License
296 stars 51 forks source link

Prompt length too long due to passing entirety of prompt.txt on each run. #9

Open blaine-costello opened 1 year ago

blaine-costello commented 1 year ago

The prompt length is too long after like 10 posts - need to only pass the first section of prompt.txt (everything before the first post). Otherwise, the bot fails after ~10 posts due to token length exceeding ~4k. Also, the posts get increasingly more expensive on each post until it fails.