Пікірлер
@RobinHagg
@RobinHagg 5 күн бұрын
Is forms beta not available anymore? I tried to find it even in help docs but no available
@codingmenace
@codingmenace 3 күн бұрын
Are you referring to the web form trigger?
@toyandmodel
@toyandmodel 6 күн бұрын
Thanks for the thorough walk through
@codingmenace
@codingmenace 5 күн бұрын
You're welcome!
@ceciliomato6479
@ceciliomato6479 13 күн бұрын
exellent video, but where are the codes of yaml configuration to copy it them
@codingmenace
@codingmenace 5 күн бұрын
Everything is in the description of the video.
@ShettigarPreetham
@ShettigarPreetham 13 күн бұрын
Which software do you use to record your screen
@liamwaugh3844
@liamwaugh3844 15 күн бұрын
22:10 where did you get the code for the expression?
@codingmenace
@codingmenace 13 күн бұрын
Hello! It's an expression that checks if voice is available, otherwise, it uses text. {{ $('Telegram Trigger').item.json.message.voice ? $json.text: $('Telegram Trigger').item.json.message.text }}
@davidchico9130
@davidchico9130 Ай бұрын
How would it be to run LLM models with my GPU locally and N8N in the cloud? Could you help me?
@codingmenace
@codingmenace Ай бұрын
I've never done that type of setup. I recommend running everything locally if your LLM is running locally.
@davidchico9130
@davidchico9130 Ай бұрын
@@codingmenace when i run locally , my webhooks donts works :/
@scottx1415
@scottx1415 Ай бұрын
Feels like the new generation of AI Orchestration (rather than workflow tools like n8n) processes is becoming much stronger if you dont want to invest a lot of time learning a platform, only to discover its limitations & problems 20 hours later. Teach what I am missing
@tomthompson1198
@tomthompson1198 Ай бұрын
i want somethign locally ran and or hosted. look forward to that.
@codingmenace
@codingmenace Ай бұрын
You can run docker as well if you want to run locally. You will have to change your firewall to allow external traffic if you want to use webhooks.
@heavyknow-how697
@heavyknow-how697 Ай бұрын
00:05 Create an AI personal assistant using n8n for calendar management and email tasks. 02:05 Testing scheduling and email functionality of a personal AI assistant. 06:08 Integrate Gmail with a Personal AI Assistant for email handling. 08:23 Automate email sending using Telegram messages as triggers. 12:15 Create a Telegram bot and obtain the access token. 14:12 Testing text and voice message functionalities in a personal AI assistant. 18:20 Extract and manage voice messages from Telegram in n8n. 20:13 Transcribing voice messages to text for AI processing. 23:57 Integrate an AI agent with dynamic date handling for personal assistance. 25:50 Setting up a Personal AI Assistant using n8n and Google Calendar integration. 29:22 Automate calendar event creation with AI properties and expressions. 31:05 Fetching Google Calendar events with date constraints. 34:37 Configuring an AI for automated email handling and replies. 36:29 Integrating AI to streamline Gmail email responses. 40:00 Combining tools to create a functional personal AI email assistant. 41:52 Implement a Telegram response system for the AI Assistant.
@SatheeshKumar-os5eu
@SatheeshKumar-os5eu Ай бұрын
Awesome Thanks!
@codingmenace
@codingmenace Ай бұрын
You're welcome!
@anchitpandey7103
@anchitpandey7103 Ай бұрын
Where can I get the notion guide link which is used in this video?
@codingmenace
@codingmenace Ай бұрын
I have it in my Whop which is listed in the description.
@MedicalHubAssist
@MedicalHubAssist Ай бұрын
@@codingmenace where?
@codingmenace
@codingmenace Ай бұрын
​@@MedicalHubAssistlink.leancodeautomation.com/discord all the templates and resources are available via the premium membership.
@AugustDavinDeepson
@AugustDavinDeepson Ай бұрын
How often are you using and keeping up with ODIN AI these days?
@codingmenace
@codingmenace Ай бұрын
I use it from time to time. I need to use it more though. Have you used it before?
@oumnyaa
@oumnyaa Ай бұрын
Cool tutorial! Made something similar using Slack + Qdrant - just drop docs in Slack and they're instantly available to the chatbot. Different paths to the same goal 👍
@me4llox320
@me4llox320 Ай бұрын
hey loved the video but please dont keep zooming in and zooming out like that, I was just a few minutes into your video and I started feeling dizzy and it was hard to follow.
@codingmenace
@codingmenace Ай бұрын
I appreciate the feedback, I'll make sure to pay more attention to that in the future!
@IvanVasiliev-w5p
@IvanVasiliev-w5p 16 күн бұрын
he doing it intentionally, because it's funny
@ahmedAdel-s8w
@ahmedAdel-s8w Ай бұрын
you done a great job but i can't see the output here
@codingmenace
@codingmenace Ай бұрын
Was there an error?
@piercemooney8978
@piercemooney8978 Ай бұрын
Great tutorial! I am following along with your n8n stuff. Just curious what the end result was since a popup blocked the chat window demo, in general I like to see the demo part before copying all the steps which lead me to that outcome. I will finish installing n8n asap
@codingmenace
@codingmenace Ай бұрын
Thank you! The pop up was just the usual Google account selector that allows you to pick up to authorize access.
@piercemooney8750
@piercemooney8750 Ай бұрын
Excellent overview! One of the clearest AI Chatbot+n8n tutorials around. I appreciate that a principle software engineer made it not a 20-something "automation expert"
@codingmenace
@codingmenace Ай бұрын
Thank you!
@SamirShah
@SamirShah Ай бұрын
How do you go and prospecting client for this chatbot...
@codingmenace
@codingmenace Ай бұрын
You can try reaching out to small businesses since any business with a website can take advantage of this technology.
@murilomfilho
@murilomfilho Ай бұрын
Very good, it worked perfectly! Congratulations on the videos and content.
@codingmenace
@codingmenace Ай бұрын
Thank you! I'm glad it worked. ❤️
@codingmenace
@codingmenace Ай бұрын
What video would you like to see next? Please leave it down in the comments. 😀 CHAPTERS: 01:39 - Key Concepts in AI 03:22 - Overview of Workflows 05:12 - Setting Up Google Drive Trigger 11:46 - Creating a Pinecone Index 18:53 - Building a Chatbot 20:35 - Developing the AI Agent 25:25 - Testing AI Agent with Pinecone 29:37 - Testing AI Agent with Google Sheets 31:05 - Embedding Chatbot on Website
@GamersPlus-
@GamersPlus- Ай бұрын
I ben running my own hosted a.i. in cloud for a year now, since its ben out and reworked with a better framework it still is free! All a.i. is opensourced information, All humens own it lol. The FTC would be pissed if free things are now priced, they would lose control over earth lmao
@SoloJetMan
@SoloJetMan Ай бұрын
thanks for putting this together - I suggest splitting to the various installation types and focus one thing. this was a bit difficult because you switched around
@codingmenace
@codingmenace Ай бұрын
Thank you. I have the time stamps in the comments too if you want to go straight to a specific installation.
@matheussimonaci
@matheussimonaci Ай бұрын
Thanks it worked for me!!
@codingmenace
@codingmenace Ай бұрын
Awesome! I'm glad it worked ❤️.
@revotech5980
@revotech5980 2 ай бұрын
any chance we could get access to the notion guide? hehe
@codingmenace
@codingmenace 2 ай бұрын
I will have it all available in Whop.
@2MRSTARZ
@2MRSTARZ 2 ай бұрын
Dude listen your vids aren't that long automation videos take time your good 👍
@codingmenace
@codingmenace 2 ай бұрын
Thank you for the feedback 👍🏼.
@thereal_JMT_
@thereal_JMT_ 2 ай бұрын
I have n8n running on a less than 4$/month VPS on hetzner with docker compose it is really easy to deploy just using docker. Not a big fan of render, railway and especially google cloud. Google Cloud feels like a labyrinth with no way out and closing doors after you enter 😓
@codingmenace
@codingmenace Ай бұрын
I've never used Hetzner but will definitely check it out! Thanks for pointing it out :-).
@myandrobox3427
@myandrobox3427 Ай бұрын
@thereal_JMT_ that's great, did you go for shared vCPU AMD or Intel and how's the performance traffic wise?
@codingmenace
@codingmenace 2 ай бұрын
If you have any questions whatsoever, please leave it in the comments below! Alternatively, if you want a super cheap VPS alternative using Racknerd, check out my other video on how to set it up - kzbin.info/www/bejne/rGPXY3Wpjq-Jr80 Chapters: 00:00 - Intro 00:40 - What is n8n 02:20 - Install n8n Locally 07:20 - Install n8n on Google Cloud with Docker Compose 10:41 - Setting Up Google Cloud Platform 12:41 - Creating a VM Instance 15:12 - Connecting to VM Instance 15:50 - Updating the VM 16:21 - Installing Docker 18:10 - Starting Docker 18:31 - Installing Docker Compose 19:40 - Creating Docker Compose File 21:35 - Setting Up Environment Variables 24:00 - Configuring DNS Settings 25:35 - Running Docker Compose Up Command 30:34 - Setting Up Supabase 32:56 - Setting Up Render 47:55 - Using Railway 50:45 - Conclusion
@channel83932
@channel83932 2 ай бұрын
please make more video on databar, they have a new ai scraper feature which is like clayagents
@codingmenace
@codingmenace 2 ай бұрын
I definitely will!
@AnthonyGauthier-w5g
@AnthonyGauthier-w5g 2 ай бұрын
What's the benefit of calling a getCurrentDate function instead of using built in VAPi variables for Date and Time?
@codingmenace
@codingmenace 2 ай бұрын
The built in variables would be the better solution as long as you can get the current date and day of the week. Thank you for pointing this out.
@elitecrypto386
@elitecrypto386 2 ай бұрын
am trying to building this exact automation . on step two of active pieces (find records )I get this response "{\"pageNum\":[\"Expected number, but found value: \"],\"pageSize\":[\"Expected number, but found value: \"],\"maxRecords\":[\"Expected number, but found value: \"]}" what am I doing wrong
@codingmenace
@codingmenace 2 ай бұрын
Do you mind sending me your flow via email and I can check it out for you?
@elitecrypto386
@elitecrypto386 2 ай бұрын
@@codingmenace DONE . I emailed you my flow. thanks
@cyriljohnson8409
@cyriljohnson8409 2 ай бұрын
Do you live this projects to earn
@codingmenace
@codingmenace 2 ай бұрын
Hello! Can you elaborate this please?
@cyriljohnson8409
@cyriljohnson8409 2 ай бұрын
@@codingmenace have you uploaded the project as a micro saad to earn some money
@muscleheadzzzz
@muscleheadzzzz 2 ай бұрын
​@@cyriljohnson8409it can be monetized but I haven't set it up as a micro SaaS.
@Andrew-q8d6w
@Andrew-q8d6w 2 ай бұрын
Timestamps would be much appreciated, I think you can auto generate timestamps for youtube video
@codingmenace
@codingmenace 2 ай бұрын
I'll add it, thanks.
@codingmenace
@codingmenace 2 ай бұрын
I just added it to the description.
@Andrew-q8d6w
@Andrew-q8d6w 2 ай бұрын
Thank you!
@PatentFinance
@PatentFinance 2 ай бұрын
This is Epic.
@codingmenace
@codingmenace 2 ай бұрын
Thank you so much!
@michaelvosberg3276
@michaelvosberg3276 2 ай бұрын
Thank you, Dennis. Very interesting.
@codingmenace
@codingmenace 2 ай бұрын
You're welcome! Thanks for stopping by.
@codingmenace
@codingmenace 2 ай бұрын
I apologize in advance for the background noise. 😞 This was a suggested video. Thank you for the video suggestions! Please keep them coming. Also, feel free to leave any questions down in the comments or if you would like to see more VAPI tutorials (or something else).
@KenLyle
@KenLyle 2 ай бұрын
This is some of the best content I have ever seen. How do you decide where to split tasks between ZeroWork and ActivePieces? Is it that AP interacts with AiTable and Straico? And ZeroWork is better at looping?
@codingmenace
@codingmenace 2 ай бұрын
That's actually a great question! I usually keep it simple and try to stick with one tool but there are times when I have to use multiple APIs and services to make things work. For API integrations and code, I'll do it with something like ActivePieces since it makes it easy to perform those tasks. Zerowork's strength is in the browser automation tasks and while it does have HTTP features, you will have to manually set it all up which could be a hassle. In the end, it's a matter of picking the right tool for the job and what you're comfortable working with. This also means to learn each tool's strengths and weaknesses and picking the tool suitable for the task that you're working on. 😊
@codingmenace
@codingmenace 2 ай бұрын
And thank you so much! That means a lot.
@iXzenoS
@iXzenoS 2 ай бұрын
I bought AITable Tier 5 when it was first introduced on AppSumo last year, but one thing I hate about these products are the naming. XXTable. Obviously AirTable always comes up top on any search, so it's difficult finding content like reviews and guides for AITable. Wish they'd rebrand and make their name less generic.
@PatentFinance
@PatentFinance 2 ай бұрын
this is still Fire
@codingmenace
@codingmenace 2 ай бұрын
Thank you!
@piercemooney8750
@piercemooney8750 2 ай бұрын
This is epic. Have you tried GPT-Engineer? I'm just wondering how it compares
@nilay2103
@nilay2103 2 ай бұрын
worst editing ever
@paulcroubalian1065
@paulcroubalian1065 3 ай бұрын
Love your content, BUT... Please pick a zoom level and stick with it. 1--You may be causing epileptic seizures. 2- It makes your video hard to follow
@codingmenace
@codingmenace 3 ай бұрын
I really appreciate the feedback! Thanks for the support.
@codingmenace
@codingmenace 3 ай бұрын
I'd love to know what you want to see next. Leave it in the comments! ❤ Full source code and all my templates are available here - link.leancodeautomation.com/discord
@Akount91
@Akount91 3 ай бұрын
awwweee Yeaahhhh
@codingmenace
@codingmenace 3 ай бұрын
I really appreciate the support!
@samplesd3656
@samplesd3656 3 ай бұрын
hey thanks for creating this video really helpful, would you know if it would be possible to upload say a CSV file to populate the database? for example what if someone would like to upload 1000 properties into the backend database upfront? could that be done and would it be reflected in the replit postgres dB?
@codingmenace
@codingmenace 3 ай бұрын
You're welcome! Yes it's possible. You just have to map those columns in the CSV to the correct table columns.
@ahmedraza1172
@ahmedraza1172 3 ай бұрын
Any ideas for automating upwork after they've discontinued the RSS feed feature on 20th august?
@codingmenace
@codingmenace 3 ай бұрын
The only way (for now) that I can think of is to use something like Robomotion or Zerowork, or a RPA tool to query the job postings, then process it.
@brainybotnlp
@brainybotnlp 3 ай бұрын
can you share the code please
@codingmenace
@codingmenace 3 ай бұрын
The Whop link is in the description section of the video.
@brainybotnlp
@brainybotnlp 3 ай бұрын
​@@codingmenace i didnot see. Do we need to buy? Or i only see techstack there Can you share in the comment ? If possible thanks
@codingmenace
@codingmenace 3 ай бұрын
@@brainybotnlp this is the URL - hi.switchy.io/leancode-discord
@JosephMichael-i3k
@JosephMichael-i3k 3 ай бұрын
Please I need help on a robomotion project
@codingmenace
@codingmenace 3 ай бұрын
Please feel free to reach out via email or join my Discord server.
@JosephMichael-i3k
@JosephMichael-i3k 3 ай бұрын
hi
@PatentFinance
@PatentFinance 3 ай бұрын
this is 3p1c. Gotta love neuronwriter.
@codingmenace
@codingmenace 3 ай бұрын
Indeed, thank you!
@vik6986
@vik6986 3 ай бұрын
Great video. please review Romo AI. Worth buying or not
@codingmenace
@codingmenace 3 ай бұрын
Thank you! There's a lot of content writers already out there and the output for these tools is very similar. I would suggest trying out their free plan and see if it works for your needs.