Best of BotsMay 2024

  1. 1
    Article
    Avatar of tdsTowards Data Science·2y

    Using LLMs to Learn From YouTube

    Learn how to build a chatbot using LangChain, Pinecone, Flask, and React that allows users to ask questions about YouTube videos. The chatbot uses the RAG framework to generate answers that take the conversation history into account.

  2. 2
    Article
    Avatar of appwrite_sourceAppwrite·2y

    Build a personal chatbot with GPT-4o and Appwrite Functions

    Learn how to build a personal chatbot using GPT-4o and Appwrite Functions.

  3. 3
    Article
    Avatar of dhhDavid Heinemeier Hansson·2y

    Paranoia and desperation in the AI gold rush

    Salesforce announced that they will be training their Slack AI models on people's private messages and files. The author reflects on the broad paranoia and desperation in the AI gold rush.

  4. 4
    Article
    Avatar of medium_jsMedium·2y

    I Tried the Most Popular ChatGPT Hacks

    This post discusses the most popular ChatGPT hacks, including Skynet, EvilBOT, and DAN mode. It warns readers about the dangers of using these chatbots and provides information on protecting oneself.

  5. 5
    Article
    Avatar of coinsbenchCoins Bench·2y

    Running DApp from telegram bot

    Learn how to build and run a headless DApp using a Telegram bot, integrating a self-custody web3 wallet for convenience and security. No need to spend time on building complex GUI.

  6. 6
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    How to Create a React Chatbot – a Step by Step Guide

    Learn how to integrate a chatbot into your React website with React ChatBotify. Create a project, install the library, and customize the chatbot's messages and behavior.

  7. 7
    Article
    Avatar of taiTowards AI·2y

    Build Rag With Llamaindex To Make LLM Answer About Yourself, Like in an Interview or About General Information

    Learn how to build a chatbot using RAG (Retrieved Augmentation Generation) and Llamaindex. The article discusses the steps involved in building a chat engine and provides code examples.

  8. 8
    Article
    Avatar of watercoolerWatercooler·2y

    ChatGPT is a nutshell

    ChatGPT is a powerful chatbot based on AI technology that has various applications.

  9. 9
    Article
    Avatar of tdsTowards Data Science·2y

    Build Your Own ChatGPT-like Chatbot with Java and Python

    This article explains how to build a chatbot similar to ChatGPT using Java and Python. It covers topics such as creating a custom LLM inference infrastructure, architecture design, web client implementation, LDAP server setup, model performance, and a Kotlin mobile client. The system is scalable and can provide a decent service to a limited number of users.