debug
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user