Build a Streamlit Chatbot FAST 🤯

Поділитися
Вставка
  • Опубліковано 2 гру 2024

КОМЕНТАРІ • 81

  • @CodingIsFun
    @CodingIsFun  Рік тому +5

    *Here is the link to the written tutorial, incl. the code:* ⤵
    docs.streamlit.io/knowledge-base/tutorials/build-conversational-apps

  • @srh1034
    @srh1034 Рік тому +4

    You have an amazing teaching style! Really love it and wish you could produce more content

    • @CodingIsFun
      @CodingIsFun  Рік тому

      Thanks for the kind words! I am glad you enjoyed it. ♥

  • @nataliatenoriomaia1635
    @nataliatenoriomaia1635 8 днів тому

    Amazing video, great teaching style 👏👏👏

    • @CodingIsFun
      @CodingIsFun  6 днів тому

      Glad to hear you liked it! Thank you for commenting and watching. -Sven ✌️

  • @CandyMan...
    @CandyMan... Рік тому +1

    love it, great video as always🙌

    • @CodingIsFun
      @CodingIsFun  Рік тому

      Happy to hear that you enjoyed this one too! Thanks for the comment! 🙏

  • @komalxz
    @komalxz Рік тому +1

    Hey, I need an Excel formula that can apply comma before an entirely uppercase word but without VBA cuz using VBA is not allowed in my company. Could you pls help me?

    • @CodingIsFun
      @CodingIsFun  Рік тому +1

      Thanks so much for watching the video and leaving a comment! Your request is definitely noted. However, I get a ton of requests for custom solutions and, as much as I'd love to help everyone out, I just don't have the time in my schedule to develop and test all of them. I hope you can understand. Happy Coding!

    • @komalxz
      @komalxz Рік тому

      @@CodingIsFun okayy thankss

  • @AaSinSin137
    @AaSinSin137 Рік тому

    Cool!! Thanks for this.

    • @CodingIsFun
      @CodingIsFun  Рік тому

      Glad you liked it. Thanks for watching and taking the time to leave a comment!

  • @abdollahchelasi1477
    @abdollahchelasi1477 Рік тому

    It was really great. Please provide a tutorial on deploy app in streamlit that we can make public and always available. I don't want it to go to sleep after 7 days.

    • @CodingIsFun
      @CodingIsFun  Рік тому

      Thanks for watching. Here you are: ua-cam.com/video/4SO3CUWPYf0/v-deo.html

  • @brook26x
    @brook26x 7 місяців тому

    thanks man, this helped me a lot 🙌

    • @CodingIsFun
      @CodingIsFun  7 місяців тому

      Glad I could help! Thanks for watching and for the kind words. Cheers, Sven ✌️

  • @praveenvishnu17
    @praveenvishnu17 Рік тому

    This is awesome, thanks for the content.

    • @CodingIsFun
      @CodingIsFun  Рік тому

      My pleasure! Appreciate you taking the time to watch and leave a comment. 👍

  • @AkulSamartha
    @AkulSamartha Рік тому

    Super Awesome video. which editor do you use ?

    • @CodingIsFun
      @CodingIsFun  Рік тому +1

      Thanks for watching. Glad you liked it. For that video, I used "Atom"

  • @amanvaishya9867
    @amanvaishya9867 9 місяців тому

    Hi that was a great session, could you please give me the complete path for this file which you had uploaded in Github Repo? thankyou!!

    • @CodingIsFun
      @CodingIsFun  9 місяців тому

      Thanks. As I am mentioned, I took the code from the streamlit docs: docs.streamlit.io/knowledge-base/tutorials/build-conversational-apps

  • @micbab-vg2mu
    @micbab-vg2mu Рік тому

    Great video - thank you

    • @CodingIsFun
      @CodingIsFun  Рік тому

      Glad to hear you liked it! Thank you for commenting and watching.

  • @Burmachach-zc2ls
    @Burmachach-zc2ls 7 місяців тому

    Thanks! I have a question, is it possible to do chat_input disabled till we get full response, and enable back again after we get it

    • @CodingIsFun
      @CodingIsFun  7 місяців тому

      Thank you very much for watching the video and your comment. Your requirements are well noted. Yet, I receive many requests for creating individual solutions. As much as I want to help, I simply do not find the time in my daily schedule to develop & test all the different requests. I hope you can understand. Thank you! Cheers, Sven ✌️

  • @gunngunn6763
    @gunngunn6763 Рік тому

    Thank you.. I have exhausted the openai api key usage... Are there any free options?

    • @CodingIsFun
      @CodingIsFun  Рік тому

      Thanks for watching. Not that I know of.

  • @dhmkkk
    @dhmkkk 9 місяців тому

    Im trying to make code in such a way that if my input in streamlit chat is some specific questions then user get s options as buttons and on clicking that thing gets input in chat . I tried doing it but the buttons only work outside the if prompt loop seperately and not inside the prompt loop. Any solution?

    • @CodingIsFun
      @CodingIsFun  8 місяців тому

      Thank you very much for watching the video and your comment. Your requirements are well noted. Yet, I receive many requests for creating individual solutions. As much as I want to help, I simply do not find the time in my daily schedule to develop & test all the different requests. I hope you can understand. Thank you! Cheers, Sven ✌️

  • @tofolcano9639
    @tofolcano9639 5 місяців тому

    Isn't the streamlit folder and all the secrets visible in your github once you push the code?

    • @CodingIsFun
      @CodingIsFun  5 місяців тому +1

      Thanks for watching. You don't want to push the secrets file to GitHub. Therefore, make sure to include it in the .gitignore file. Cheers, Sven ✌

  • @limjuroy7078
    @limjuroy7078 10 місяців тому

    Great tutorial, but I have one small issue. From asking second question onwards, I find that all of the previous "assistant" content will display twice on the screen. Example of asking up to 3rd question and stop:
    User: Hi!
    Assistant: Hi, how can I help you?
    Assistant: Hi, how can I help you?
    User: Do you know CodingIsFun channel?
    Assistant: Yes, he teaches many Streamlit tutorials in his channel
    Assistant: Yes, he teaches many Streamlit tutorials in his channel
    User: Where is he from?
    Assistant: He is from Germany

    • @CodingIsFun
      @CodingIsFun  10 місяців тому

      Thanks for watching. Hard to tell from a distance why you are facing an issue

    • @limjuroy7078
      @limjuroy7078 10 місяців тому

      @@CodingIsFun I solved it 10 minutes ago 😂
      I didn't notice that my program saved the assistant response twice in the session.state.messages

  • @lomo3533
    @lomo3533 Рік тому

    i just love you man

  • @arnoldtvisagie
    @arnoldtvisagie Рік тому

    Hi. Thank you for an amazing video once again. What other models can I use that will be free or is this only for paid OpenAI accounts?

    • @CodingIsFun
      @CodingIsFun  Рік тому +1

      As always, thanks for watching. As far as I know, there are no free APIs offered by OpenAI

  • @ma-kel
    @ma-kel Рік тому

    Where was this last week! I was hired to make a chatgpt clone and was stuck thanks to you I can continue it

    • @CodingIsFun
      @CodingIsFun  Рік тому

      This feature is fresh out of the oven and was just released on June 27. Good luck with your project! 🍀

    • @ma-kel
      @ma-kel Рік тому

      @@CodingIsFun Thanks for the tutorial, I'll try my best.

  • @__________________________6910

    I hate that thing I can't use chatgpt api with out a billing address. Maybe it's free but I need to give my bank details. I hate this about chatgpt api.

  • @armantech5926
    @armantech5926 Рік тому

    Good job. Cool videos

    • @CodingIsFun
      @CodingIsFun  Рік тому +1

      Thank you! Happy to hear that you're enjoying the videos! :)

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

    How to put a attachment bUtton in the left corner of text input box??

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

      That's natively not supported in Streamlit according to the docs: docs.streamlit.io/develop/api-reference/chat/st.chat_input
      Cheers, Sven 🤞

  • @zhilee8729
    @zhilee8729 Рік тому

    This video is very interesting. The only issue is this requires Open API (Secret Key).

    • @CodingIsFun
      @CodingIsFun  Рік тому

      Thanks for watching! 👍

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

      You can do it with gemini or any other open model from hugging face, for free

  • @tanyyu
    @tanyyu 10 місяців тому

    does this still work? i think open ai upfated and it says outdated.

    • @CodingIsFun
      @CodingIsFun  10 місяців тому +1

      Thanks for watching. Yes, it works

    • @Aynay27
      @Aynay27 10 місяців тому

      ​@@CodingIsFunNo, I've tried it and it updates. Mine is an error, please make a new tutorial video 😢🙏

    • @CodingIsFun
      @CodingIsFun  10 місяців тому

      @@Aynay27 My example is staight from the docs: docs.streamlit.io/knowledge-base/tutorials/build-conversational-apps
      If you think, there is a bug in the Streamlit docs, you might want to raise a Github issue.

    • @Nuno_Reis_Official
      @Nuno_Reis_Official 9 місяців тому +1

      @@CodingIsFun I don't think @tanyyu and @Aynay27 are referring to Streamlit, that part is fine! What doesn't work is the way you interact with the OpenAI API which indeed has updated and it doesn't work like it's showing on the video anymore as that is considered deprecated. The solution could be to either to downgrade the version of the OpenAI lib with `pip install` or to update the code to reflect the new OpenAI API on chat completions which would be something like:
      ```
      for response in OpenAI().chat.completions.create(
      model=st.session_state["openai_model"],
      messages=[
      {
      "role": m["role"],
      "content": m["content"],
      } for m in st.session_state[MESSAGES]
      ],
      stream=True,
      ):
      full_response += response.choices[0].delta.content or ""
      message_placeholder.write(full_response)
      ```

    • @CodingIsFun
      @CodingIsFun  9 місяців тому +1

      @@Nuno_Reis_Official Thanks, that's a good point. Regarding my previous answer, I simply cannot give any advice without knowing the error message

  • @HarshPahariya-w1k
    @HarshPahariya-w1k 5 місяців тому

    is we have to pay for the api of openai

    • @CodingIsFun
      @CodingIsFun  5 місяців тому

      You can use any other API / LLM if you want. I just use the OpenAI API as an example. Cheers, Sven ✌️

  • @arcanum360YT
    @arcanum360YT 9 місяців тому

    Great video. However, I'm getting an error: "RateLimitError: You have exceeded your quota" and I haven't even generated a conversation using the API. Or are OpenAI APIs just whack

    • @CodingIsFun
      @CodingIsFun  9 місяців тому

      Thanks for watching. Have a look here: help.openai.com/en/articles/6891831-error-code-429-you-exceeded-your-current-quota-please-check-your-plan-and-billing-details
      I hope it helps! Cheers, Sven ✌️

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

      Hello, Did you debug the error? The same error I just went throw. Could you please say the steps taken to debug the error?

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

      @@sharonefsr24 I wasn't able to

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

    how can we integrate like dislike feature after the response is given so that user gives a thumbs up and thumns down

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

      Thanks for watching. That is currently not natively supported by Streamlit. Cheers, Sven ✌️

  • @iDea16388-c
    @iDea16388-c Рік тому

    🎉 can you create a sample projects calculator of Solar system

    • @CodingIsFun
      @CodingIsFun  Рік тому

      Thank you very much for watching the video and your comment. Your requirements are well noted. Yet, I receive many requests for creating individual solutions. As much as I want to help, I simply do not find the time in my daily schedule to develop & test all the different requests. I hope you can understand. Thank you!

  • @Withshahina
    @Withshahina Рік тому

    Please address my query, how to deploy a chatbot on our website?

  • @manasachinnakotla5277
    @manasachinnakotla5277 10 днів тому

    Open API Key is asking for billing.

  • @Analytix_AI
    @Analytix_AI 8 місяців тому

    Can we share streamlit url to anyone?

    • @CodingIsFun
      @CodingIsFun  8 місяців тому +1

      Yes, after you have deployed your app, you can also share the url. I already have tutorials here on my channel on how to deploy a Streamlit app. Cheers, Sven ✌️

    • @Analytix_AI
      @Analytix_AI 8 місяців тому

      @@CodingIsFun thanks 😊

  • @hsk7715
    @hsk7715 Рік тому

    Bro I’m aspiring data analyst but I am worried and really depressed because of gpt 4

    • @CodingIsFun
      @CodingIsFun  Рік тому +1

      Don't worry. I suggest you get to know these tools well. Use them to help you work better and faster. I might actually make a separate video on this topic.

  • @grev201
    @grev201 Рік тому

    What is difference st.secrets vs os.getenv?

    • @CodingIsFun
      @CodingIsFun  Рік тому +1

      The key difference is that os.getenv reads environment variables from the operating system, while streamlit.secrets provides a secure way to store and access sensitive data specifically within Streamlit applications, adding an extra layer of security when sharing or deploying these apps.