This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| model: | |
| version: 1 | |
| kind: Table | |
| columns: [] | |
| pluginVersion: 1.0.0 | |
| filters: | |
| and: | |
| - file.folder == "001-Inbox/测试订阅管理" | |
| - file.ext == "md" | |
| - file.name != "订阅管理" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "三步翻译法(参考FastGPT)- 多语言划词翻译api", | |
| "nodes": [ | |
| { | |
| "parameters": { | |
| "model": "deepseek-chat", | |
| "options": { | |
| "baseURL": "https://api.deepseek.com/v1" | |
| } | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "三步翻译法(参考FastGPT)api", | |
| "nodes": [ | |
| { | |
| "parameters": { | |
| "options": {} | |
| }, | |
| "id": "487efda5-419e-4c74-b7c3-5e073e0f40c2", | |
| "name": "When chat message received", | |
| "type": "@n8n/n8n-nodes-langchain.chatTrigger", |