Best of BotsNovember 2023

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    OpenAI just taught little-guy developers an ugly lesson

    ChatGPT Wrapper Startups Brace for more changes after OpenAI updated ChatGPT so it can'read' PDFs for you. As of this week, OpenAI allows users to upload PDFs to chatbot and get it to do the hard work of unearthing the most important bits of the files.

  2. 2
    Article
    Avatar of mlnewsMachine Learning News·3y

    40+ Cool AI Tools You Should Check Out (November 2023)

    Discover a list of over 40 cool AI tools, including DeepSwap for creating deepfake videos, Aragon for professional headshots, and Notion AI for automating tasks and improving user experience.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    Learn LangChain to link LLMs with external data

    LangChain is an AI-first framework that enables developers to create context-aware reasoning applications by linking Large Language Models with external data sources. A new course on the freeCodeCamp.org YouTube channel teaches all about LangChain, covering topics such as embeddings, app flow diagrams, Supabase vector store, and more. The course equips learners with the skills needed to build a highly knowledgeable chatbot using LangChain Expression Language.

  4. 4
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    How to Use the PaLM 2 API

    PaLM 2 is a cutting-edge AI tool from Google that allows developers to easily add generative AI to their apps. A course on the freeCodeCamp.org YouTube channel provides a deep dive into the functionalities and applications of PaLM 2, including chatbot development. It covers topics such as introduction to PaLM 2, developing the chatbot interface, implementing chatbot functionality, and chatbot testing and debugging.

  5. 5
    Article
    Avatar of newstackThe New Stack·2y

    Combining AI with React for a Smarter Frontend

    Frontend development needs to include AI for richer insights from data. Developers can use custom data and embeddings to enable natural language queries and find relevant information. The suggested tech stack includes Next.js, OpenAI's Chat GPT, Turbo, GPT 4, LangChain, Vercel's AI SDK, and MongoDB. GPTs can be made more real-time and context-aware with React, large language models, and RAG.

  6. 6
    Article
    Avatar of communityCommunity Picks·3y

    How AI chatbots like ChatGPT or Bard work – visual explainer

    Large language models like ChatGPT or Bard use transformers and attention to process questions and produce answers. Attention is considered a breakthrough in natural language AI.