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

官网

相关推荐
苏灵凯18 分钟前
Codex 官网前端可以抄吗?从设计到实现的技术拆解
笔记·ai·agent·codex·deepseek
ovO13 小时前
DeepSeek Harness 源码解读(五):工具明明并发执行,结果为什么还按顺序写入
开源·agent·deepseek
NingBo16 小时前
让非技术人员也能一键使用 DeepSeek Harness
ai编程·deepseek
anyup18 小时前
DeepSeek Harness 从零上手:从认识到写出第一个插件
人工智能·openai·deepseek
pnoker2 天前
IoT DC3 AI 能力:Agentic Center 的设计与边界
java·人工智能·物联网·大模型·spring ai
张忠琳2 天前
【deepseek-harness】Cordis 时空可组合性编程范式 — 三段式精读笔记(四)
ai·agent·deepseek·harness·cordis·dsh
NingBo2 天前
你还在用浏览器使用 DeepSeek Harness 吗?为你的 DSH 打开一个客户端吧
deepseek
张忠琳2 天前
【deepseek-harness】Cordis 时空可组合性编程范式 — 三段式精读笔记(五)
ai·agent·deepseek·harness·cordis·dsh
ovO2 天前
DeepSeek Harness 源码解读(四):一次 Turn 为什么会跑多个 Step
开源·agent·deepseek
JaydenAI2 天前
[DeepSeek Harness插件内核-06]Context全面解析[自由扩展篇]
ai·agent·deepseek·harness·cordis