Cloudflare Workers AI: Build a "Hello, World" AI App!

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 พ.ย. 2024

ความคิดเห็น • 8

  • @mohammedzeeshan8647
    @mohammedzeeshan8647 2 หลายเดือนก่อน +1

    very cool! can we add context and constraints to AI?

    • @craigsdennis
      @craigsdennis 2 หลายเดือนก่อน +1

      Yep! We in the chat style I showed, we allow you to add System Messages (where you typically store the context) and we even have a serverless Vector database called Vectorize where you can store your data for retrieval later. The models to embed your data and store it, are just as quick as this. More videos on this soon!

  • @studiomoviehi
    @studiomoviehi 2 หลายเดือนก่อน

    Hello, I'm encountering the error 'Error: write EOF' when trying to run locally

    • @studiomoviehi
      @studiomoviehi 2 หลายเดือนก่อน

      I am using Windows 10 and Node.js 20.17

    • @craigsdennis
      @craigsdennis 2 หลายเดือนก่อน

      @@studiomoviehi At what point `npm create cloudflare@latest` ?

    • @studiomoviehi
      @studiomoviehi 2 หลายเดือนก่อน

      @@craigsdennis When I just created and I chose to use Hono.