[PR #13484] [MERGED] DeepseekV3 Family Parser #14230

Closed
opened 2026-04-13 00:48:51 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/13484
Author: @gr4ceG
Created: 12/15/2025
Status: Merged
Merged: 12/17/2025
Merged by: @gr4ceG

Base: mainHead: grace/deepseek3-parser


📝 Commits (4)

  • 15b89ae rename parser
  • 73b87df consistency between renderer and parser
  • f2d112e make some changes
  • c7d5f43 only add think to the most recent user message

📊 Changes

6 files changed (+1099 additions, -6 deletions)

View changed files

model/parsers/deepseek3.go (+292 -0)
model/parsers/deepseek3_test.go (+721 -0)
📝 model/parsers/parsers.go (+2 -0)
📝 model/renderers/deepseek3.go (+15 -4)
📝 model/renderers/deepseek3_test.go (+68 -1)
📝 model/renderers/renderer.go (+1 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/13484 **Author:** [@gr4ceG](https://github.com/gr4ceG) **Created:** 12/15/2025 **Status:** ✅ Merged **Merged:** 12/17/2025 **Merged by:** [@gr4ceG](https://github.com/gr4ceG) **Base:** `main` ← **Head:** `grace/deepseek3-parser` --- ### 📝 Commits (4) - [`15b89ae`](https://github.com/ollama/ollama/commit/15b89aeee967e2ea13f20c88f874922f9d30b20b) rename parser - [`73b87df`](https://github.com/ollama/ollama/commit/73b87df762c1cac94154ae5b4e4abefdc316a2fb) consistency between renderer and parser - [`f2d112e`](https://github.com/ollama/ollama/commit/f2d112e365873e5132e3c4e0f4525b1f9d769eee) make some changes - [`c7d5f43`](https://github.com/ollama/ollama/commit/c7d5f43a2af0fd20d1a418375c595fd6f7c27851) only add think to the most recent user message ### 📊 Changes **6 files changed** (+1099 additions, -6 deletions) <details> <summary>View changed files</summary> ➕ `model/parsers/deepseek3.go` (+292 -0) ➕ `model/parsers/deepseek3_test.go` (+721 -0) 📝 `model/parsers/parsers.go` (+2 -0) 📝 `model/renderers/deepseek3.go` (+15 -4) 📝 `model/renderers/deepseek3_test.go` (+68 -1) 📝 `model/renderers/renderer.go` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-13 00:48:51 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#14230