[PR #22037] feat(core): Add DeepSeek support to chat hub (no-changelog) #22004

Open
opened 2025-11-20 06:22:28 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/n8n-io/n8n/pull/22037
Author: @Cadiac
Created: 11/19/2025
Status: 🔄 Open

Base: masterHead: cha-add-new-providers-3


📝 Commits (1)

  • 6265229 feat(core): Add DeepSeek models to chat hub (no-changelog)

📊 Changes

6 files changed (+85 additions, -1 deletions)

View changed files

📝 packages/@n8n/api-types/src/chat-hub.ts (+12 -1)
📝 packages/cli/src/modules/chat-hub/chat-hub-workflow.service.ts (+9 -0)
📝 packages/cli/src/modules/chat-hub/chat-hub.constants.ts (+4 -0)
📝 packages/cli/src/modules/chat-hub/chat-hub.service.ts (+58 -0)
📝 packages/cli/src/modules/chat-hub/context-limits.ts (+1 -0)
📝 packages/frontend/editor-ui/src/features/ai/chatHub/constants.ts (+1 -0)

📄 Description

Summary

Add DeepSeek provider to chat hub.

I'll rebase this on cha-add-new-providers-2 once that's in.

https://linear.app/n8n/issue/CHA-63/feature-add-more-models

Review / Merge checklist

  • PR title and summary are descriptive. (conventions)
  • Docs updated or follow-up ticket created.
  • Tests included.
  • PR Labeled with release/backport (if the PR is an urgent fix that needs to be backported)

🔄 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/n8n-io/n8n/pull/22037 **Author:** [@Cadiac](https://github.com/Cadiac) **Created:** 11/19/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `cha-add-new-providers-3` --- ### 📝 Commits (1) - [`6265229`](https://github.com/n8n-io/n8n/commit/6265229ce7509f946d576b28f33253f5373220d0) feat(core): Add DeepSeek models to chat hub (no-changelog) ### 📊 Changes **6 files changed** (+85 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/@n8n/api-types/src/chat-hub.ts` (+12 -1) 📝 `packages/cli/src/modules/chat-hub/chat-hub-workflow.service.ts` (+9 -0) 📝 `packages/cli/src/modules/chat-hub/chat-hub.constants.ts` (+4 -0) 📝 `packages/cli/src/modules/chat-hub/chat-hub.service.ts` (+58 -0) 📝 `packages/cli/src/modules/chat-hub/context-limits.ts` (+1 -0) 📝 `packages/frontend/editor-ui/src/features/ai/chatHub/constants.ts` (+1 -0) </details> ### 📄 Description ## Summary Add DeepSeek provider to chat hub. I'll rebase this on `cha-add-new-providers-2` once that's in. ## Related Linear tickets, Github issues, and Community forum posts https://linear.app/n8n/issue/CHA-63/feature-add-more-models <!-- Include links to **Linear ticket** or Github issue or Community forum post. Important in order to close *automatically* and provide context to reviewers. https://linear.app/n8n/issue/ --> <!-- Use "closes #<issue-number>", "fixes #<issue-number>", or "resolves #<issue-number>" to automatically close issues when the PR is merged. --> ## Review / Merge checklist - [ ] PR title and summary are descriptive. ([conventions](../blob/master/.github/pull_request_title_conventions.md)) <!-- **Remember, the title automatically goes into the changelog. Use `(no-changelog)` otherwise.** --> - [ ] [Docs updated](https://github.com/n8n-io/n8n-docs) or follow-up ticket created. - [ ] Tests included. <!-- A bug is not considered fixed, unless a test is added to prevent it from happening again. A feature is not complete without tests. --> - [ ] PR Labeled with `release/backport` (if the PR is an urgent fix that needs to be backported) --- <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 2025-11-20 06:22:28 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/n8n#22004
No description provided.