Build a QA Chatbot with Chainlit & OpenAI using Python

Sdílet
Vložit
  • čas přidán 29. 08. 2024
  • Today, I'll show you how to create a question-answering chatbot app with Chainlit and OpenAI using Python in minutes.
    Subscribe ➡️ bit.ly/subscri...
    00:01 Introduction
    00:59 Setup
    03:35 Initialize the chatbot
    06:30 Initialize the chat model
    08:46 Test the app
    LangChain Tutorials ➡️ bit.ly/langcha...
    Generative AI for DS ➡️ bit.ly/genai-f...
    HuggingFace Tutorials ➡️ bit.ly/hugging...
    Generative AI Tutorials ➡️ bit.ly/generat...
    LLMs Tutorials ➡️ bit.ly/llm-tut...
    Medium ➡️ / tirendazacademy
    X ➡️ / tirendazacademy
    LinkedIn ➡️ / tirendaz-academy
    Project files: github.com/Tir...
    Hi, I am Tirendaz, PhD. I create content on generative AI & data science. My goal is to make the latest technologies understandable for everyone. Don't forget to subscribe and turn on notifications so you don't miss the latest videos.
    #ai #generativeai #datascience
  • Věda a technologie

Komentáře • 5

  • @clt7640
    @clt7640 Před 4 měsíci +1

    Please do a video to use open LLM. Thanks.

    • @TirendazAI
      @TirendazAI  Před 4 měsíci

      Thanks for your suggestion. I'll do videos about open LLMs.

  • @enesbesinci61
    @enesbesinci61 Před 4 měsíci +1

    firstly thanks for the video but I have some questions.
    1-) can we use a different llm instead of gpt models and how?
    2-) for a spesific task I must use a llm with rag on this app, how can I build that?

    • @TirendazAI
      @TirendazAI  Před 4 měsíci +1

      Yes, instead of GPT models you can use different LLMs offered by APIs like Groq and Anthropic, as well as open source models like Llama2 and Mistral. To utilize these open-source LLMs locally, you can leverage Ollama.

    • @enesbesinci61
      @enesbesinci61 Před 4 měsíci +1

      @@TirendazAI thanks mate, I will try it.