I am at a roadblock getting my AI to perform and c...
# 🤝help
t
I am trying to create a fitness bot that will ask you how long you have to work out and then ask you what muscle group you wish to work out (Full body, upper body, lower body, etc). After these questions, I'm trying to configure my AI Task to create a list of exercises within these parameters in a list format displaying the time to perform each exercise, and how long to rest. I have spent a few hours now trying to manipulate the task instructions, and I've copied the AI task input from the Botpress tutorial video. Any help would be most appreciated.

https://cdn.discordapp.com/attachments/1146312455316836393/1146312456021487706/Screenshot_2023-08-29_221343.png

f
How would the AI task know how long each exercise takes to perform
You would have to create a list of exercises and then how much time it will take
And also calculate rest time
t
I see, is there not a way to automate this? Where I essentially ask the AI to create a randomized list of exercises within the knowledge base? I figured if it was powered by GPT4 then it’d be able to perform these tasks.
f
Don't think it would change too much which model it was powered by. I would create a list of tasks and then how much time each would take. Then instruct the AI task to generate a workout plan. Instruct it to have breaks in between each set
t
@fresh-fireman-491 So if I understand it then, perhaps it'd be better for my knowledge base to not be a list of websites with work outs on them but instead a document listing all the work outs, as well as timed regimens and things of that nature?
f
Yea i would recommend that