You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can be incredibly useful for a variety of tasks, including writing new features where GPT doesn't get it right the first time and needs to iterate several time before getting it right.
Explore
Can we do the plumbing using a shell script as we've done in the git commit script, or do we need some special hooks as we did with #diff?
How do we tell if gish is stuck and needs human help :-)?
Limit the number of iterations, tell it to ask for help?
Provide a y/n continue after each iteration?
The text was updated successfully, but these errors were encountered:
drorm
changed the title
Automate loop events like error handling
Automate loop events to keep running gish until GPT completes a task
Apr 23, 2023
drorm
changed the title
Automate loop events to keep running gish until GPT completes a task
Automate loop events to keep running gish until GPT completes a task: create an agent.
Apr 26, 2023
drorm
changed the title
Automate loop events to keep running gish until GPT completes a task: create an agent.
Use as an agent: running gish until GPT completes a task.
Apr 26, 2023
Consider the following workflow/loop:
This can be incredibly useful for a variety of tasks, including writing new features where GPT doesn't get it right the first time and needs to iterate several time before getting it right.
Explore
#diff
?The text was updated successfully, but these errors were encountered: