Build Your Own AI Twitter Bot Using LLMs

Поделиться
HTML-код
  • Опубликовано: 7 фев 2025

Комментарии • 32

  • @CarlosLucero-bp2dm
    @CarlosLucero-bp2dm Год назад +5

    That Josh Hart tweet caught me off guard 🤣. Great video!

  • @chorltondragon
    @chorltondragon Год назад +1

    Another well constructed, concise and massively informative video. I'm brand new to both AI and Python and I find your videos extremely useful. Thank you!

  • @oshodikolapo2159
    @oshodikolapo2159 Год назад +3

    Thanks for always making practical tutorials. It helps a lot

  • @mrtembo1995
    @mrtembo1995 Год назад +1

    Thank you so much, this is one of the best AI channels I've found, It has really helped me a lot in my own projects.

  • @anonymous6666
    @anonymous6666 Год назад

    this video is masterfully made, great work

  • @Tridentshaman
    @Tridentshaman 2 месяца назад

    Like how you walk us through exactly what to do. Is this still the best for current ai ? Or has it gotten better over the last year

  • @paparaoveeragandham284
    @paparaoveeragandham284 9 месяцев назад

    good to see it

  • @rossgalvanofficial
    @rossgalvanofficial Год назад

    Thank you for sharing!

  • @eugeniocg3079
    @eugeniocg3079 Год назад

    love this !!!

  • @TGLTommy
    @TGLTommy Год назад

    awesome project :)

  • @cazaglets8361
    @cazaglets8361 Год назад

    Thanks for sharing. This video has been super informative and helpful! I was easily able to follow along but I ran into issues with implementing Airtable, so I omitted that step and the bot worked like a charm.
    Question: Is there a way that I could edit the script so the bot would include a random photo that I have in a folder (of about 1500 photos) in each tweet/post?

  • @YourBestNeighbor7
    @YourBestNeighbor7 8 месяцев назад +1

    So, it is possible that some Twitter profiles that are commenting and responding on people's tweets are also AI bots?

  • @migalv_17
    @migalv_17 Год назад +1

    Hey Greg, I've been following your LangChain tutorials for a while. I've started playing with the library a bit on my free time.
    Do you think you could make a video on how to use LangChain to extract information from large JSON files (that probably don't fit in a single prompt) without loosing too much context so then we can execute natural language queries on them. Also if you're up for it I was thinking of doing a similar thing for HTML where the chain would extract the most relevant information from a HTML file and create some kind of structured document or documents that could be queried using natural language queries.
    Great videos by the way, keep it up!

    • @DataIndependent
      @DataIndependent  Год назад

      Nice! I can think about it!
      What’s the actual problem or use case you’re trying to solve for?

    • @migalv_17
      @migalv_17 Год назад

      Hey @@DataIndependent, sorry for answering so late didn't get notified from your response. For the case of HTML files I was thinking of creating an AI using LangChain that would do web search by crawling into websites and retreiving the relevant information to fulfill a request from the user. So to do that I thought it would be useful to parse & store the HTML info in natural language form so we could query it using Vector Databases for example. This way we could scrape 10 or even 100 sites and then query the DB to retrieve only the relevant information. But I believe that if we store the sites as HTML the Vector DB is not going to work very well. Does this make sense?

    • @migalv_17
      @migalv_17 Год назад

      @@DataIndependent I was also wondering if you could do a video where you explain how to use other LLMs and how to properly select the right LLM (for example from HuggingFace) instead of just using OpenAI which can be very expensive.

  • @RunyCalmera
    @RunyCalmera Год назад

    Greg thanks. Could you create a tutorial with a complete deployment of one of your llm models?

    • @DataIndependent
      @DataIndependent  Год назад

      Thanks Runy - what do you mean complete deployment? Like self-hosting a model on your own hardware in the cloud?

    • @runycalmera-business
      @runycalmera-business Год назад

      Yes. I mean deploying it in the cloud on Railway. Step by step. So it can be used.

  • @majidmunir2188
    @majidmunir2188 11 месяцев назад

    great video Greg! thanks for this i want to know that to retrieve the mentions of the twitter account does the Account requires to be upgraded or the free plan account can work for this ?

    • @DataIndependent
      @DataIndependent  11 месяцев назад

      I believe the functionality here starts to dip into the paid side

    • @majidmunir2188
      @majidmunir2188 11 месяцев назад

      @@DataIndependent thank you for the response and yes it is not available for the free version as per documentation you are only allowed to create or delete post.

  • @sarahbly8362
    @sarahbly8362 20 дней назад

    How would you update this to add protection against prompt injection?

    • @DataIndependent
      @DataIndependent  18 дней назад

      If you wanted to roll your own protection, then you'd put a step before any user submitted query to check if there are malicious contents.
      More on it here
      learnprompting.org/docs/prompt_hacking/injection?srsltid=AfmBOorh4qO1_BYA4MQFqXugOHu-Oh0ldsiD5u9l4flLP9tnXuUTsTHM

  • @RunyCalmera
    @RunyCalmera Год назад

    I did not know airtable nor railway so that is a new area for me for deployment.

    • @DataIndependent
      @DataIndependent  Год назад

      Nice - ya railway is a pretty easy set up. I've had fun with it so far

  • @jstello
    @jstello Год назад

    What is prompt injection?

  • @naromsky
    @naromsky Год назад

    I don't trust a coder short on spaces.