OpenAI Function Calling API Tutorial | Realtime Data Chatbot with Vercel AI SDK in Javascript

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

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

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

    Exactly what I was looking for. Now i'm going to create a chatbot for my site, getting data via API from my headless CMS. Thank you for this video.

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

    Awesome content as usual.

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

    great use case. chunk mimic👍 . thanks for sharing👍

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

      Thank you for watching, glad it was helpful!

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

    Good stuff, really enjoyed it! What would you do if there is no API available, in case you just have a website with information on it. Would you use something like a Web Agent from Langchain?

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

      Thank you glad it was helpful! I would say yes either a web agent, or manually creating embeddings from the website content and putting that into the chatbot with a context augmented retrieval architecture to query context from the website embeddings could work.

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

    How to active opeAI API key, i'm facing error
    node_modules\openai\error.mjs (49:13) @ APIError.generate
    - error You exceeded your current quota, please check your plan and billing details.

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

      Openai is a paid service. You ran out of tokens or what ever currency I believe. You can probably reregister with a new account but other than that you spent all your tokens I believe ?