drorm / gish

GPT command line
MIT License
62 stars 7 forks source link

Use as an agent: running gish until GPT completes a task. #8

Open drorm opened 1 year ago

drorm commented 1 year ago

Consider the following workflow/loop:

  1. Run gish to generate a unit test
  2. Run the unit test
  3. Get an error
  4. Run Gish in chat mode with the error
  5. Go back to 2.

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