
获得徽章 0
#每天一个知识点# 简单增加一个manifest文件就可以把自己的网站打包成App了。另外Chrome也支持调试,Chrome DevTools → Application → Manifest 就可以查看能否打开了,如果有问题会有提示,按照提示解决即可。
可以点击下面链接体验一下
可以点击下面链接体验一下
评论
点赞
Golang如何拉取分支命名不规范的仓库?
评论
点赞
#挑战每日一条沸点# AI对于搜索是颠覆性的,之前遇到问题搜索的过程:理解问题->拆解关键字->搜索->调整关键字->搜索,基本一次是找不到答案的,而且很多结果还是博客文章,需要理解文章看看是不是自己星耀的内容。有了AI之后的搜索,直接贴问题->AI分析分析返回结果。
3
1
#挑战每日一条沸点# 本次我们会学习LangSmith,会介绍它能做什么,以及如何在Python/Golang中使用它。
评论
点赞
赞了这篇文章
#MCP 怎么玩# ZERO_SHOT_REACT_DESCRIPTION doesn’t rely on chat history. It makes a decision based on the current input only, without considering any previous actions. On the other hand, CHAT_ZERO_SHOT_REACT_DESCRIPTION uses a chat history to remember the context of the chat and the history of the conversation. It expects a certain structure in the chat history and might raise an error if it doesn’t find it.
展开
1
点赞
#挑战每日一条沸点# User(用户):代表与 AI 进行对话的人类。是对话的发起者和推动者,通过提出问题、表达需求或提供指令来引导对话的方向。
Assistant(助手):代表 AI 本身,是对用户进行回应的角色。根据系统设定和用户输入生成相应的回复,为用户提供信息、回答问题、完成任务或提供建议等。
Assistant(助手):代表 AI 本身,是对用户进行回应的角色。根据系统设定和用户输入生成相应的回复,为用户提供信息、回答问题、完成任务或提供建议等。
评论
点赞
#MCP 怎么玩# DeepLearning AI吴恩达推出MCP课程
MCP: 使用Anthropic构建丰富上下文AI应用。
MCP: 使用Anthropic构建丰富上下文AI应用。
评论
点赞
赞了这篇文章
#MCP 怎么玩# 2025/05/05 15:11:17 [Debug] Received message: {"method":"initialize","params":{"protocolVersion":"2025-03-26","capabilities":{"resources":{},"tools":{},"prompts":{}},"clientInfo":{"name":"DeepChat","version":"0.1.0"}},"jsonrpc":"2.0","id":0}
2025/05/05 15:11:17 [Debug] Sending message: {"jsonrpc":"2.0","id":0,"error":{"code":-32603,"message":"protocol version not supported, supported version is 2024-11-05"}}
如果提醒版本错误,可以考虑升级仓库版本来解决。
2025/05/05 15:11:17 [Debug] Sending message: {"jsonrpc":"2.0","id":0,"error":{"code":-32603,"message":"protocol version not supported, supported version is 2024-11-05"}}
如果提醒版本错误,可以考虑升级仓库版本来解决。
展开
2
3
评论
点赞
#MCP 怎么玩# 探索MCP的stdio通信方式,使用Cloudinary上传图片的场景搭建MCP工具。
评论
点赞