mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-17 14:04:27 +01:00
Exit message should be yellow
This commit is contained in:
@@ -357,7 +357,7 @@ def main():
|
|||||||
# Discontinue if continuous limit is reached
|
# Discontinue if continuous limit is reached
|
||||||
loop_count += 1
|
loop_count += 1
|
||||||
if cfg.continuous_mode and cfg.continuous_limit > 0 and loop_count > cfg.continuous_limit:
|
if cfg.continuous_mode and cfg.continuous_limit > 0 and loop_count > cfg.continuous_limit:
|
||||||
logger.typewriter_log("Continuous Limit Reached: ", Fore.RED, f"{cfg.continuous_limit}")
|
logger.typewriter_log("Continuous Limit Reached: ", Fore.YELLOW, f"{cfg.continuous_limit}")
|
||||||
break
|
break
|
||||||
|
|
||||||
# Send message to AI, get response
|
# Send message to AI, get response
|
||||||
|
|||||||
Reference in New Issue
Block a user