mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2026-01-11 05:07:29 +01:00
5 lines
445 B
Plaintext
5 lines
445 B
Plaintext
{% if debugging_try_num == 0 %}
|
|
Ok, we need to debug this issue so we can execute `{{ command }}` successfully. In case you cannot debug this by running any command and need a human assistance, respond with `NEED_HUMAN`. Write a step by step explanation of what needs to be done that will debug this issue
|
|
{% else %}
|
|
I've tried all you suggested but it's still not working. Can you suggest other things I can try to debug this issue?
|
|
{% endif %} |