How to Build Chatbot Interfaces with Python

Поделиться
HTML-код
  • Опубликовано: 11 июн 2024
  • Let's build a ChatGPT Clone using Python and the Streamlit library.
    🔐 Copy my AI tools & workflows: bit.ly/data-alchemy
    💰 Kick-start your data freelance career: www.datalumina.com/data-freel...
    📥 Get insights on AI case studies and client success stories: www.datalumina.com/newsletter
    🔗 Links in this video
    doc.clickup.com/9015213037/d/...
    github.com/daveebbelaar/strea...
    👤 Connect with me on LinkedIn
    / daveebbelaar
    👋🏻 About Me
    Hey there, my name is @daveebbelaar and I work as a freelance Data Scientist / AI Engineer and run a company called Datalumina. You've stumbled upon my RUclips channel, where I give away all my secrets when it comes to working with data. If you want to learn more about what I do, then head over to www.datalumina.com/

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

  • @daveebbelaar
    @daveebbelaar  6 месяцев назад +1

    🔐 Copy my AI tools & workflows: bit.ly/data-alchemy
    💰 Kick-start your data freelance career: www.datalumina.com/data-freelancer
    📥 Get insights on AI case studies and client success stories: www.datalumina.com/newsletter

  • @JCB23
    @JCB23 6 месяцев назад

    Great video Dave! Exactly what I needed!

  • @learnm2815
    @learnm2815 3 месяца назад

    Great, Thanks!

  • @MarcusNeufeldt
    @MarcusNeufeldt 6 месяцев назад +1

    Good Stuff mate! I am doing the same thing with the new mixtral model currently!

    • @daveebbelaar
      @daveebbelaar  6 месяцев назад

      Nice! Are you running it locally or via the API? Also, how does it compare to GPT4?

  • @knoxfromthebunker2770
    @knoxfromthebunker2770 3 месяца назад +1

    Hey Dave I have been trying to put the chat into a column but when I do the chat input won't stay pinned to the bottom of the page :(

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

    i just implemented!

  • @user-zw8bj6it4q
    @user-zw8bj6it4q 5 месяцев назад

    greatly appreciate your videos!

  • @mindmeld78
    @mindmeld78 5 месяцев назад +3

    i found this error , how can i resolve it? OpenAIError: The api_key client option must be set either by passing api_key to the client or by setting the OPENAI_API_KEY environment variable

    • @chartDev_
      @chartDev_ 5 месяцев назад +1

      i have same issue how did you solve it ?

    • @ewoutlagendijk9604
      @ewoutlagendijk9604 5 месяцев назад

      OpenAI expects a file called .env
      Using a custom name like Dave does is possible, but then you have to specify it in the code.
      For example load_dotenv('example.env')

  • @johngn1978
    @johngn1978 3 месяца назад

    hey great work man! How can i integrate my chatbot on my client's website?

  • @swetharangaraj4521
    @swetharangaraj4521 5 месяцев назад

    what is the process if i what to query chat from cloud mangoDB using llm and RAG

  • @abdelrahmansaad734
    @abdelrahmansaad734 5 месяцев назад

    Hi Dave ! Great idea but i have an idea combing gemini ultra with chatgpt plus

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

    premium content 😍

  • @ingluissantana
    @ingluissantana 6 месяцев назад

    Great!!! Thanks!!!