How to Build Chatbot Interfaces with Python

Поділитися
Вставка
  • Опубліковано 4 лип 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 UA-cam 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/

КОМЕНТАРІ • 21

  • @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!

  • @fumefume4764
    @fumefume4764 2 дні тому

    Hey! When I run the code I get the following error:
    if prompt := st.chat_input(“How can I help?”):
    Syntax error: invalid syntax

  • @knoxfromthebunker2770
    @knoxfromthebunker2770 4 місяці тому +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 :(

  • @johngn1978
    @johngn1978 4 місяці тому

    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

  • @pascalmariany
    @pascalmariany 20 днів тому

    How would I add an upload button so the user can upload files that the assistent can analyze and you can chat about it?

  • @learnm2815
    @learnm2815 4 місяці тому

    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?

  • @RollingcoleW
    @RollingcoleW 3 місяці тому

    i just implemented!

  • @abdelrahmansaad734
    @abdelrahmansaad734 6 місяців тому

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

  • @Yuvraj-fv1gv
    @Yuvraj-fv1gv 23 дні тому

    Is that ARC browser?

  • @user-zw8bj6it4q
    @user-zw8bj6it4q 6 місяців тому

    greatly appreciate your videos!

  • @mindmeld78
    @mindmeld78 6 місяців тому +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_ 6 місяців тому +1

      i have same issue how did you solve it ?

    • @ewoutlagendijk9604
      @ewoutlagendijk9604 6 місяців тому

      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')

  • @jamminrebel3614
    @jamminrebel3614 3 місяці тому

    premium content 😍

  • @ingluissantana
    @ingluissantana 6 місяців тому

    Great!!! Thanks!!!