How to use chatGPT with Python 🔥 | Create a chatbot with open AI and Django

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

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

  • @Pyplane
    @Pyplane  Год назад +8

    Are you using chatGPT in your business / projects? If not, are you planning to give it a try? 🤔

  • @praizfilms
    @praizfilms Год назад +6

    Can you please post the GitHub link so one can clone your repo, I am having trouble

  • @HamsterMazeAdventure
    @HamsterMazeAdventure Год назад +2

    Wow! Thanks a lot for the tutorial ! 😊

    • @Pyplane
      @Pyplane  Год назад +1

      thanks for watching 🙌🙂

  • @mikescript
    @mikescript Год назад

    Woo I have been waiting on this

    • @Pyplane
      @Pyplane  Год назад

      Thanks for watching Michael 🙌

  • @ADN6197
    @ADN6197 Год назад

    Hi! I really enjoyed this wonderful tutorial. Thanks for the share 😊

  • @manny7662
    @manny7662 Год назад

    Thanks for this tutorial! I do wonder though. Can the tables generated with chatgpt be displayed on Django's templates?

  • @hellprime
    @hellprime Год назад

    Great tutorial, very easy to understand!
    I would like to get the chatbot to know its previous responses so it can have a conversation. Just like chat GPT does.
    Do you know how to do this?
    Gracias de antemano!

  • @henemihicham7628
    @henemihicham7628 Год назад +1

    Hi, how to make gpt remember previous questions and answers to keep an ongoing the conversation?
    And how gpt bill me? Based on the number of tokens in the question or in the answer or both?

    • @Pyplane
      @Pyplane  Год назад

      You would probably need to update the prompt providing the previous conversation, however I haven’t played with this myself just yet. Regarding the billing - I would guess it’s by the amount of tokens as output. That is why you can play with the max tokens parameter to take in the account costs. Makes sense to me. Cheers 🙌

  • @bijendernagar15
    @bijendernagar15 Год назад

    Thanks for your efforts

  • @MrValVet
    @MrValVet Год назад

    Thank you for this!

    • @Pyplane
      @Pyplane  Год назад +1

      Thanks for watching ! 😎🙌

  • @BishnuThapaMagar
    @BishnuThapaMagar Год назад

    Thanks

    • @Pyplane
      @Pyplane  Год назад

      Thanks too for watching 🙌

  • @rangabharath4253
    @rangabharath4253 Год назад

    awesome

    • @Pyplane
      @Pyplane  Год назад +1

      Thanks Ranga 😎🙌

  • @shivamrohilla208
    @shivamrohilla208 Год назад

    it shows me rate limit error with single search