生成sft数据,设置OQMD的代理,测试mars-t1

This commit is contained in:
lzy
2025-04-22 16:44:26 +08:00
parent 6b92e54a41
commit a7964add00
38 changed files with 888 additions and 191 deletions

View File

@@ -172,7 +172,7 @@ if __name__ == "__main__":
]
# 选择要测试的工具
tool_name = tools_to_test[2] # 测试 search_online 工具
tool_name = tools_to_test[7] # 测试 search_online 工具
# 运行测试
result = asyncio.run(test_tool(tool_name))