feat:注释大模型数据控制台打印

This commit is contained in:
liailing1026
2026-01-30 15:21:58 +08:00
parent b3e6c7a618
commit aedfd0594c
7 changed files with 28 additions and 28 deletions

View File

@@ -107,7 +107,7 @@ class BaseAction():
Action_Description = self.info["Description"],
Action_Custom_Note = self.Action_Custom_Note
)
print_colored(text = prompt, text_color="red")
#print_colored(text = prompt, text_color="red")
messages = [{"role":"system", "content": prompt}]
ActionResult = LLM_Completion(messages,True,False,model_config=model_config)
ActionInfo_with_Result = copy.deepcopy(self.info)