摘要: 下面的步骤,奔着实现一个简单的AI聊天的目的进行编写 首先通过deepseek等大模型,生成AI聊天的前端页面: 使用sse进行前后端的通信 在agent业务场景中,使用SSE(Server-Sent-Events,服务发送事件)进行通信已成为行业标准,之所以选择SSE,而不是http和websoc 阅读全文
posted @ 2026-01-10 13:15 hotMemo 阅读(24) 评论(0) 推荐(0)
摘要: 一、简单使用 1、初始化一个简单的Springboot项目 上述主要做了,使用spring-boot的start-parent做为项目的父依赖,表示当前是个Springboot项目,然后添加 <dependencyManagement> <dependencies> <dependency> <gr 阅读全文
posted @ 2026-01-10 13:11 hotMemo 阅读(10) 评论(0) 推荐(0)