本地部署deepseek的api,用于vs code cline,但无法项目自动创建文件

虽然会有内容提示:

20250213120820.png

 
但无法生成文件,
其实是无法理解命令输出
 具体错误提示如下:
Cline is having trouble...
Cline uses complex prompts and iterative task execution that may be challenging for less capable models. For best results, it's recommended to use Claude 3.5 Sonnet for its advanced agentic coding capabilities.

其实是模型不支持,需要用tool use类的模型。
比如:deepseek-r1-coder-tools:32b
 
地址:https://ollama.com/ishumilin/deepseek-r1-coder-tools:32b
 
然后就正常了。
 
 
 
 

0 个评论

要回复文章请先登录注册