از پارسکدرز بیشترین بهره را ببرید و رویای کاری خود را زندگی کنید.
سه روز پیش منتشر شده
تعداد بازدید: 31
کد پروژه: 570621
شرح پروژه
سلام،من ورک فلو رو در n8n کلود دارم ران میکنم ،خود چت جی پی تی میگه باید گره های اپن ای آی رو اپدیت کنم تا مشکل برطرف بشه،اما در توضیحات نوشته گره ها در ورژن ۱.۱ اپدیت شدند اتومات،پس در گره های اپن ای آی دائما به مشکل میخورم،فایل json ام رو اینجا میذارم برای دیباگ کردن،ممنون میشم بررسی کنید.
{
"nodes": [
{
"parameters": {
"updates": [
"message"
],
"additionalFields": {}
},
"id": "6f0194b2-daa6-45a8-b014-eb75eebae9fd",
"name": "Telegram Trigger",
"type": "n8n-nodes-base.telegramTrigger",
"typeVersion": 1,
"position": [
-140,
40
],
"webhookId": "91613069-a112-4584-9bba-42efcd37e487",
"credentials": {
"telegramApi": {
"id": "Dfkg1EIdMSshFyck",
"name": "Telegram account 2"
}
}
},
{
"parameters": {
"chatId": "={{$json[\"message\"][\"chat\"][\"id\"]}}",
"text": "📅 لطفاً مدت زمان انتشار پست را وارد کنید (فرمت: hh:mm).",
"additionalFields": {}
},
"id": "c2d8f582-6123-4cb7-82c5-9db9fd054b4c",
"name": "Telegram Ask for Publish Time",
"type": "n8n-nodes-base.telegram",
"typeVersion": 1,
"position": [
1140,
40
],
"webhookId": "5b9d27d4-19dc-4c09-83a2-f882f029047e",
"credentials": {
"telegramApi": {
"id": "Dfkg1EIdMSshFyck",
"name": "Telegram account 2"
}
}
},
{
"parameters": {
"prompt": "=Translate the following English news article to fluent Persian, then humanize it and rewrite it as an SEO-optimized blog post for Iranian readers. The content should be humanized and natural sounding. Then generate an artistic image description suitable for a post cover based on the article title.\n\n{{$json[\"body\"] || $json[\"content\"]}}",
"options": {},
"requestOptions": {}
},
"id": "abf04502-e782-47e0-8e33-d2042a28bad9",
"name": "ChatGPT: Translate + SEO + Generate Image Prompt1",
"type": "n8n-nodes-base.openAi",
"typeVersion": 1,
"position": [
400,
40
],
"credentials": {
"openAiApi": {
"id": "6R1R6yy1unt4TfZA",
"name": "OpenAi account"
}
}
},
{
"parameters": {
"resource": "image",
"prompt": "=Generate an artistic and professional image based on this description:\n\n{{$json[\"ImagePrompt\"]}}\n\nRespond only with the image URL.",
"model": "gpt-3.5-turbo-instruct",
"options": {},
"requestOptions": {}
},
"id": "08798509-20a6-4f00-88d2-a23dc94a35df",
"name": "ChatGPT: Get DALL·E Image URL",
"type": "n8n-nodes-base.openAi",
"typeVersion": 1,
"position": [
620,
40
],
"credentials": {
"openAiApi": {
"id": "6R1R6yy1unt4TfZA",
"name": "OpenAi account"
}
}
},
{
"parameters": {
"url": "={{$json[\"text\"]}}",
"jsonParameters": true,
"options": {}
},
"id": "e7289e83-4e33-4465-97da-bf6241378090",
"name": "Web Scraping (Extract Images & Captions)",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"position": [
860,
40
]
},
{
"parameters": {
"chatId": "={{$json[\"chatId\"]}}",
"text": "📄 پست ترجمه، بهینهسازی و تصویر هنری آماده است. آیا تأیید میکنید برای انتشار؟",
"additionalFields": {}
},
"id": "98e2fd12-4495-4426-b636-02f50ba1d748",
"name": "Telegram Confirm",
"type": "n8n-nodes-base.telegram",
"typeVersion": 1,
"position": [
1120,
40
],
"webhookId": "99589566-ae97-4ef3-82f5-d7ebb9c31dc8",
"credentials": {
"telegramApi": {
"id": "Dfkg1EIdMSshFyck",
"name": "Telegram account 2"
}
}
},
{
"parameters": {
"url": "={{$json[\"wordpressUrl\"]}}",
"jsonParameters": true,
"options": {}
},
"id": "610f5d92-aaa8-4f5d-96f1-c1ed21465af4",
"name": "WordPress Publish",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"position": [
1360,
40
]
}
],
"connections": {
"Telegram Trigger": {
"main": [
[
{
"node": "Telegram Ask for Publish Time",
"type": "main",
"index": 0
}
]
]
},
"Telegram Ask for Publish Time": {
"main": [
[
{
"node": "ChatGPT: Translate + SEO + Generate Image Prompt1",
"type": "main",
"index": 0
}
]
]
},
"ChatGPT: Translate + SEO + Generate Image Prompt1": {
"main": [
[
{
"node": "ChatGPT: Get DALL·E Image URL",
"type": "main",
"index": 0
}
]
]
},
"ChatGPT: Get DALL·E Image URL": {
"main": [
[
{
"node": "Web Scraping (Extract Images & Captions)",
"type": "main",
"index": 0
}
]
]
},
"Web Scraping (Extract Images & Captions)": {
"main": [
[
{
"node": "Telegram Confirm",
"type": "main",
"index": 0
}
]
]
},
"Telegram Confirm": {
"main": [
[
{
"node": "WordPress Publish",
"type": "main",
"index": 0
}
]
]
}
},
"pinData": {},
"meta": {
"templateCredsSetupCompleted": true,
"instanceId": "fbaaefe95a4019a457e3f62d2f216b9846de15ed41f6efcd8718f424984a6b21"
}
}
مهارت ها و تخصص های مورد نیاز
بودجه
1,500,000 تومان تا 5,000,000 تومان
مهلت برای انجام
3روز
وضعیت مناقصه
باز (آماده دریافت پیشنهاد)
درباره کارفرما
عضویت هفت سال پیش
نیاز به استخدام فریلنسر یا سفارش پروژه مشابه دارید؟
قادر به انجام این پروژه هستید؟
تا کنون 12 پیشنهاد قیمت از سمت فریلنسرها برای این پروژه ارسال شده
به رایگان یک حساب کاربری بسازید
مهارتها و تخصصهای خود را ثبت کنید، رزومه و نمونهکارهای خود را نشان دهید و سوابق کاری خود را شرح دهید.
به شیوهای که دوست دارید کار کنید
برای پروژههای دلخواه در زمان دلخواه پیشنهاد قیمت خود را ثبت کنید و به فرصتهای شغلی منحصر به فرد دسترسی پیدا کنید.
با اطمینان دستمزد دریافت کنید
از زمان شروع کار تا انتهای کار به امنیت مالی شما کمک خواهیم کرد. وجه پروژه را از ابتدای کار به امانت در سایت نگه خواهیم داشت تا تضمین شودکه بعد از تحویل کار دستمزد شما پرداخت خواهد شد.
میخواهید شروع به کار کنید؟
یک حساب کاربری بسازید
بهترین مشاغل فریلنسری را پیدا کنید
رشد شغلی شما به راحتی ایجاد یک حساب کاربری رایگان و یافتن کار (پروژه) متناسب با مهارتهای شما
است.
پیدا کردن کار (پروژه)
تماشای دمو روش کار