这是indexloc提供的服务,不要输入任何密码
Skip to content

nabildoghri/n8n-deepseek

 
 

Repository files navigation

Banner image

n8n-nodes-deepseek

This is an n8n community node. It lets you use DeepSeek AI in your n8n workflows.

DeepSeek-V2 delivers impressive results on current major large model leaderboards.

DeepSeek WebSite: https://www.deepseek.com/en

n8n is a fair-code licensed workflow automation platform.

Installation

Follow the installation guide in the n8n community nodes documentation.

Use the package at here.

Credentials

Add your Api Key and store securely

Add Credentials

Usage

Add a DeepSeek node to your workflow, select the action you want to perform, and enter the required fields.

Workflow

Run the workflow, and the result will be displayed in the Run Result node.

Run Result

A Simple Demo

{
  "meta": {
    "instanceId": "8419fa436e34f85077f6eb7f63a9c97687d9df6ed55cfc53d58b3b86ab6d8e61"
  },
  "nodes": [
    {
      "parameters": {},
      "id": "a8c5f656-680b-4e43-b626-d3c85b1e21a1",
      "name": "When clicking ‘Test workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        920,
        480
      ]
    },
    {
      "parameters": {
        "model": "deepseek-chat",
        "prompt": {
          "messages": [
            {
              "role": "system",
              "content": "I want you to act as a etymologist. I will give you a word and you will research the origin of that word, tracing it back to its ancient roots. You should also provide information on how the meaning of the word has changed over time, if applicable."
            },
            {
              "content": "={{ $json.prompt }}"
            }
          ]
        },
        "options": {},
        "requestOptions": {}
      },
      "id": "4841b428-7848-42d1-a0c6-f28c01a07010",
      "name": "DeepSeek",
      "type": "n8n-nodes-deepseek.deepSeek",
      "typeVersion": 1,
      "position": [
        1380,
        480
      ],
      "credentials": {
        "deepSeekApi": {
          "id": "WWBInhkKqwf808n4",
          "name": "DeepSeek account"
        }
      }
    },
    {
      "parameters": {
        "assignments": {
          "assignments": [
            {
              "id": "1b94a0dc-9b9b-4302-a1fd-2ac41b876740",
              "name": "prompt",
              "value": "My word is \"pizza\"",
              "type": "string"
            }
          ]
        },
        "options": {}
      },
      "id": "6e6054b0-bcb4-4fe3-83be-01cd7da39d93",
      "name": "Edit Fields",
      "type": "n8n-nodes-base.set",
      "typeVersion": 3.4,
      "position": [
        1160,
        480
      ]
    }
  ],
  "connections": {
    "When clicking ‘Test workflow’": {
      "main": [
        [
          {
            "node": "Edit Fields",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Edit Fields": {
      "main": [
        [
          {
            "node": "DeepSeek",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "pinData": {}
}

Resources

License

MIT

About

A user-friendly DeepSeek AI node, similar to OpenAI, designed to enhance your workflow.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 86.0%
  • JavaScript 14.0%