Getting Started with Vercel AI SDK & AI Playground

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

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

  • @stonedizzleful
    @stonedizzleful Год назад +4

    Another great video. Can't believe how easy the streaming is. I spent weeks building a streamable interface with node readable streams a few months ago!

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

      Thanks Liam. Yes they nailed it with an emphasis on putting streaming out of the gate!

  • @vahmina
    @vahmina Год назад +4

    This is awesome and so quick after the feature was released. Thanks!

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

    Many thanks for this super helpful video!

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

    I can see this become the next big thing

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

    Thank you that’s great explanation, but i have a question how it works in reactjs without using nextjs, because in reactjs we dont have api routes. Thank you

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

      You would need to set up a server or a serverless function to handle the connection between openai to store your api key securely and then to handle the streaming responses to your front end react app 😀

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

      @@DevelopersDigest GREAT!
      is it possible to create the function to handle the connection inside react?

  • @anupkubade2486
    @anupkubade2486 9 месяцев назад

    Understood the role of different LLM here. But what is the role of Vercel in this.

  • @thecoffeejesus
    @thecoffeejesus 9 месяцев назад +1

    Wake up babe, new software paradigm just dropped

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

    Hey! I tried for like 2 hours and for some reason just can't get it to work... I cloned the repo in vscode, updated the .env.local file with my api key, and it's definitely hitting the api (I checked the usage on openai itself). But the messages aren't showing on the UI. Any tips?

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

      Check the terminal for any errors, if they are unfamiliar to you throw some of those errors into an LLM to point you in the right direction, or circle back and write a new comment and I can try and help! 😀

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

    Thank you!