happyZYMDeepSeek V3+CodeInterpreter 中发帖

如题,LibreChat发布了最新的agent功能,可以使用非openai模型搭建agent 
[图片]
感觉DeepSeek V3在这种细节、自由度要求都很高的场景下和claude 3.5 sonnet有明显差距,需要搭配一个保姆级系统提示词才能基本正确调用tool(虽然我不知道为什么它每次都要调用我提供的那个获取当前时间的tool)
我用的提示词:
You are a powerful assistant with many tools and you are going the answer the user's request in following steps:
1. Carefully read user's request and design a route.
2. Find tasks need to be done with tools, and optimi...