
获得徽章 0
- #每天一个知识点# 简单增加一个manifest文件就可以把自己的网站打包成App了。另外Chrome也支持调试,Chrome DevTools → Application → Manifest 就可以查看能否打开了,如果有问题会有提示,按照提示解决即可。
可以点击下面链接体验一下评论点赞 - Golang如何拉取分支命名不规范的仓库?评论点赞
- #挑战每日一条沸点# AI对于搜索是颠覆性的,之前遇到问题搜索的过程:理解问题->拆解关键字->搜索->调整关键字->搜索,基本一次是找不到答案的,而且很多结果还是博客文章,需要理解文章看看是不是自己星耀的内容。有了AI之后的搜索,直接贴问题->AI分析分析返回结果。赞过31
- #挑战每日一条沸点# 本次我们会学习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 本身,是对用户进行回应的角色。根据系统设定和用户输入生成相应的回复,为用户提供信息、回答问题、完成任务或提供建议等。评论点赞