加入了新的模型,切换为windsurf/gpt4o试试
This commit is contained in:
@@ -119,3 +119,13 @@ if __name__ == '__main__':
|
|||||||
print(f"{round((time_end - time_start).total_seconds(), 2)}s") # 计算的时间差为程序的执行时间,单位为秒/s
|
print(f"{round((time_end - time_start).total_seconds(), 2)}s") # 计算的时间差为程序的执行时间,单位为秒/s
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(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",
|
||||||
|
# ]
|
||||||
@@ -91,7 +91,7 @@ zhipu: # -----zhipu配置这行不填-----
|
|||||||
claude:
|
claude:
|
||||||
key: 46a5674a-e978-491b-a810-5d54605f2c36
|
key: 46a5674a-e978-491b-a810-5d54605f2c36
|
||||||
api: http://127.0.0.1:8080/v1/chat/completions # 如果你不知道这是干嘛的,就不要改
|
api: http://127.0.0.1:8080/v1/chat/completions # 如果你不知道这是干嘛的,就不要改
|
||||||
model: windsurf/claude-3-5-sonnet
|
model: windsurf/gpt4o #
|
||||||
prompt: '你是一个信息归纳分析工程师,你根据提问会搜索相关资料。经过信息精炼之后返回内容。
|
prompt: '你是一个信息归纳分析工程师,你根据提问会搜索相关资料。经过信息精炼之后返回内容。
|
||||||
请回复时以以下格式进行返回:
|
请回复时以以下格式进行返回:
|
||||||
- 问题:回顾提问内容
|
- 问题:回顾提问内容
|
||||||
|
|||||||
Reference in New Issue
Block a user