This commit is contained in:
2026-01-22 02:32:24 -08:00
parent fdb81ee671
commit 2d252e3221

View File

@@ -328,7 +328,7 @@ class RLMCodingProgram(PrecompiledProgram):
self.agent = agent self.agent = agent
print(f"Using model: {self.agent.get_lm().model}") print(f"Using model: {self.agent.get_lm().model}")
print(f"Using sub-model: {self.agent.get_lm().model}") print(f"Using sub-model: {self.agent.sub_lm.model}")
def forward(self, task: str) -> str: def forward(self, task: str) -> str:
assert task, "Task cannot be empty" assert task, "Task cannot be empty"