Would you be open to adding a feature to delay the execution of commands based on an environment variable?
This would help avoid rate limits, which just about all the models implement. These rate limits make it difficult to run long-running processes. By delaying the execution of the bash commands that are used in place of terminal commands, we can avoid being rate-limited.
Would you be open to adding a feature to delay the execution of commands based on an environment variable?
This would help avoid rate limits, which just about all the models implement. These rate limits make it difficult to run long-running processes. By delaying the execution of the bash commands that are used in place of terminal commands, we can avoid being rate-limited.