mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2025-12-27 22:57:50 +01:00
5 lines
118 B
Python
5 lines
118 B
Python
MAX_COMMAND_DEBUG_TRIES = 3
|
|
MIN_COMMAND_RUN_TIME = 2000
|
|
MAX_COMMAND_RUN_TIME = 30000
|
|
MAX_COMMAND_OUTPUT_LENGTH = 2000
|