Getting Started with Vercel AI SDK & AI Playground

Поділитися
Вставка
  • Опубліковано 17 жов 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

  • @thecoffeejesus
    @thecoffeejesus 7 місяців тому +1

    Wake up babe, new software paradigm just dropped

  • @raphauy
    @raphauy Рік тому +1

    Thank you!

  • @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 7 місяців тому

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

  • @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! 😀