How to Build a Conversational API like ChatGPT with Spring AI

Поділитися
Вставка

КОМЕНТАРІ • 15

  • @DailyCodeBuffer
    @DailyCodeBuffer  Місяць тому

    Use code "dailycode" at nordpass.com/dailycode/ to get 3 months free of NordPass Business

  • @gsaisn
    @gsaisn Місяць тому

    Nicely explained!

  • @KapilSharma-rp5le
    @KapilSharma-rp5le Місяць тому

    i think Pre-requisite is not mentioned here, i tried to ran this app but i don't have access to this model - gpt-4o, So to run this i believe we need to have access to the model & buy it ?

  • @Gunash55in
    @Gunash55in Місяць тому

    Good one

  • @S__Khan__
    @S__Khan__ Місяць тому +2

    Thanks, Shabbir.
    I have two questions:
    1. Are we interacting directly with the model rather than ChatGPT? Do they've API with memory/context support?
    2. When using the Advisor, does every request to the models contain the entire context? Wouldn't that make it slow and bulky over time? How does the ChatGPT browser client is handling this?

    • @DailyCodeBuffer
      @DailyCodeBuffer  Місяць тому +3

      To answer your first question, no, they do not have the API directly that supports memory context, but they do support the conversation ID so that has been used .
      To answer the second question. Yes, the entire context has been passed the model and if you want to implement such a way like ChatGPT we can have the new context created for every new chat that we start.

    • @S__Khan__
      @S__Khan__ Місяць тому +2

      @DailyCodeBuffer that cleared it. Thanks a lot Shabbir

  • @unknown-mf7dd
    @unknown-mf7dd Місяць тому +1

    its not working for me bro

    • @DailyCodeBuffer
      @DailyCodeBuffer  Місяць тому

      What is working?

    • @unknown-mf7dd
      @unknown-mf7dd Місяць тому

      @DailyCodeBuffer reply from chatgpt ,not coming for me bro , i followed all the instructions

  • @anshulchouhan6982
    @anshulchouhan6982 Місяць тому +1

    To build this application first we have to purchase chatgpt API