L-4 Step-by-Step Guide to Building a ChatGPT Clone

Поделиться
HTML-код
  • Опубликовано: 9 фев 2025
  • In this step-by-step guide, I'll show you how to build your own ChatGPT clone using LangChain, OpenAI API, and Streamlit. Whether you're a beginner or an experienced developer, this video will walk you through the entire process, from setting up your environment to deploying your chatbot.
    Code Repository:
    Check out the code on GitHub: github.com/Aar...
    Don't forget to like, comment, and subscribe for more tutorials! If you have any questions or run into issues, feel free to leave a comment below. Happy coding!
    In this video, you'll learn:
    How to set up and configure LangChain.
    How to integrate the OpenAI API for chatbot functionalities.
    How to use Streamlit to create a user-friendly interface.
    #chatgpt #llms #generativeai #openai #openaiapi #languagemodels #langchain #gpt #gpt3

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

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

    One more video, packed with all the information, explained in simple terms. 👏

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

    Thank you so much for the great and simple explanation, Mam. Simply great with the latest trends . God Bless you

  • @Kishi1969
    @Kishi1969 6 месяцев назад +2

    We can not thank you more than praying for you madam , God Almighty will continue blessing you the great job you are rendering through this your RUclips channel

  • @soravsingla8782
    @soravsingla8782 4 месяца назад

    Your videos are exceptional

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

    Very impressive video maam

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

    Thank you for this tutorial!

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

    Good content.

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

    Mam, please make videos on rag and fine tunning

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

      It will be my next video. Working on it.

  • @Umairkhan-j8p
    @Umairkhan-j8p 6 месяцев назад

    Mam Please make video on Fine tunning and make one end to project on fine tunning please

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

    Can you share deployment also. I'm trying to deploy on streamlit but some cuda issues and error

    • @CodeWithAarohi
      @CodeWithAarohi  6 месяцев назад +2

      Sure, I will cover that too soon.

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

      @@CodeWithAarohi waiting

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

      Hi @Scoopsie-12b Need your help. Could u please tell how did u deploy?

  • @lipaacharjee9083
    @lipaacharjee9083 17 дней назад

    Mam, after completing the Playlist of Gen AI, what all project we can build, some idea, I mean if you can make a video on roadmap for Gen AI regarding projects and all, that would be helpful as well. I mean how can we land with a job? Regards

  • @Rits1804-l4r
    @Rits1804-l4r 5 месяцев назад

    Ma'am, in your application, you are simply appending the user message and the response from the model to the session state. During the next user input, we pass this to the model to maintain the context window. But what if we have a long conversation? How can we pass all the messages to the model? Will it give an error as we will exceed the token limit (context window of the LLM)? Please explain.
    btw Thanks ma'am your explanation is supeerrrbbb :)

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

      I will cover it in my upcoming videos