PulseAugur
实时 03:59:35
English(EN) TL;DR: send previous_response_id to Ollama's /v1/responses and it is accepted, the reply is HTTP 200... # ollama # llm # ai # devops # software # coding # devel

Ollama API 在使用 previous_response_id 时未能保留对话历史

Ollama 处理对话响应的 API 存在一个 bug,在使用 `previous_response_id` 参数时,它无法保留对话历史。API 会将带有此参数的每个请求视为一次新的、独立的交互,而不是继续对话,消耗的 token 数量与新开始一样,但会产生不正确或不相关的响应。此问题会影响本地和可能托管的模型,在涉及工具调用时,可能导致看似合理但错误的答案或空输出,由于 API 不返回错误,因此难以检测。 AI

影响 Ollama API 中的此 bug 阻止了正确的对话历史管理,可能导致不正确的响应,并阻碍依赖上下文的可信赖 AI 代理的开发。

排序理由 该集群描述了特定工具 Ollama 的一个 API 端点的 bug,该 bug 影响了其对话能力。

在 Mastodon — sigmoid.social 阅读 →

AI 生成摘要 · Google Gemini · 来自 2 个来源。 我们如何撰写摘要 →

Ollama API 在使用 previous_response_id 时未能保留对话历史

本文如何被排名

Signal score
26 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
该集群描述了特定工具 Ollama 的一个 API 端点的 bug,该 bug 影响了其对话能力。
Source corroboration
2 independent sources
Multiple independent publishers reporting the same story raises confidence that it's real and newsworthy.
Topics
product, other
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
Breaking (< 6h)
Fresh story with cross-source coverage still developing. Ranking may shift as more sources report.

完整方法见我们的编辑标准

报道来源 [2]

  1. Mastodon — sigmoid.social TIER_1 English(EN) · [email protected] ·

    TL;DR: 将 previous_response_id 发送至 Ollama 的 /v1/responses 并被接受,回复为 HTTP 200... # ollama # llm # ai # devops # software # coding # devel

    TL;DR: send previous_response_id to Ollama's /v1/responses and it is accepted, the reply is HTTP 200... # ollama # llm # ai # devops # software # coding # development # engineering # inclusive # community Ollama's Responses API accepts previous_response_id, returns 200, and forge…

  2. dev.to — LLM tag TIER_1 English(EN) · The Homelab Postmortem ·

    Ollama 的 Responses API 接受 previous_response_id,返回 200,并忘记整个对话

    <p><strong>TL;DR</strong>: send <code>previous_response_id</code> to Ollama's <code>/v1/responses</code> and it is accepted, the reply is HTTP 200 with <code>"status": "completed"</code> and <code>"error": null</code>, and the model has never seen the previous turn. A request tha…