diff --git a/nanocode.py b/nanocode.py index 92f1210..1bff598 100644 --- a/nanocode.py +++ b/nanocode.py @@ -199,7 +199,7 @@ class RLMCodingProgram(PrecompiledProgram): "grep_files": grep_files, "run_bash": run_bash, } - print("Config: ", self.config) + print(f"{BLUE}CONFIG: {self.config}{RESET}") self.lm = dspy.LM( model=self.config.lm,