SpringAI整合Ollama集成DeepSeek

1. 官方

1.1 文档

github
api

1.2 api调用

1.2.1 简单问答

复制代码
curl http://localhost:11434/api/generate -d '{
  "model": "模型",
  "prompt":"提示词"
}'



1.2.2 基于角色问答

复制代码
curl http://localhost:11434/api/chat -d '{
  "model": "模型",
  "messages": [
    { "role": "user", "content": "why is the sky blue?" }
  ]
}'


2. SpringAI

官网

相关推荐
xixingzhe21 天前
spring ai实现ReAct
spring ai
CODER03042 天前
ubuntu22.04部署完整deepseek局域网web服务全过程(RTX5090安装黑屏+web端多人并发)
pytorch·webui·ubuntu22.04·ollama·deepseek·rtx5090·自然语言模型
福大大架构师每日一题2 天前
agno v3.0.10发布:Azure OpenAI Responses、Elasticsearch、MCP 路由与一批关键稳定性修复全解析
ollama
华科大胡子2 天前
DeepSeek Harness 开源贡献手记:从入门到合入主线
deepseek
Together_CZ2 天前
DeepSeek-V4.1-Flash:Pushing the Limits of KV Cache Compression——推动 KV 缓存压缩的极限
缓存·llm·compression·kv cache·deepseek·v4.1-flash·推动 kv 缓存压缩的极限
roamingcode2 天前
DeepSeek Harness 记忆召回插件的“PRD”设计拆解
agent·memory·deepseek·harness·dsh·dsh-plugin
前端小白乘风2 天前
VS Code 终于能连微信了!发现一个硬核开源神仙插件:WeChat AHP
微信·visual studio code·deepseek
中间件XL3 天前
agent框架langgraph4j原理源码分析-agent和集成 I Agent
ai agent·spring ai·langgraph4j
今夕资源网3 天前
把 DeepSeek 网页版变成能操作本地项目的 AI Agent:Cuckoo Code 使用指南 GitHub开源
开源·github·deepseek
光依旧3 天前
MCP实战手记系列(五):让工具返回一个能点的界面(文末附github源码链接)
java·spring ai·前端集成·mcp·mcp apps