加入了新的模型,切换为windsurf/gpt4o试试

This commit is contained in:
liuwei
2025-02-12 16:51:32 +08:00
parent 0408bdb21c
commit dabf9f4f00
2 changed files with 11 additions and 1 deletions

View File

@@ -119,3 +119,13 @@ if __name__ == '__main__':
print(f"{round((time_end - time_start).total_seconds(), 2)}s") # 计算的时间差为程序的执行时间,单位为秒/s
except Exception as e:
print(e)
#
# [
# "windsurf/claude-3-5-sonnet",
# "windsurf/gpt4o",
# "windsurf/deepseek-chat",
# "windsurf/deepseek-reasoner",
# "windsurf/gpt4-o3-mini",
# "windsurf/gemini-2.0-flash",
# ]