From 7f0aba92412ce9bedc7ecb9bf83e02e40eb4bd00 Mon Sep 17 00:00:00 2001 From: Farouk Adeleke Date: Fri, 23 Jan 2026 19:36:06 -0800 Subject: [PATCH] change signature --- nanocode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,