Build interactive AI-powered web apps with Blazor and .NET

Поділитися
Вставка
  • Опубліковано 16 гру 2024

КОМЕНТАРІ • 14

  • @sridharsathya8719
    @sridharsathya8719 3 місяці тому +3

    Dan, as usual, you have done a great job. This is the only tutorial I need is to integrate the semantic kernel with my Blazor application. Thanks!

  • @sum1namedjon
    @sum1namedjon 3 місяці тому

    very cool adjusting themes!

  • @shahnawazk
    @shahnawazk 3 місяці тому

    Nice and precise!

  • @SharifYazdian
    @SharifYazdian 14 днів тому

    Does anyone know where can i get the code of Dan's demo? I didn't find it in repo

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

    how do you "get github copilot up"?

  • @dagobertoSanchez
    @dagobertoSanchez 3 місяці тому

    Great application, thanks you

  • @jmmoyadev
    @jmmoyadev 3 місяці тому

    I downloaded the sample code and the chat works, but colors doesn't change, Did I miss something?

  • @kourosh234
    @kourosh234 2 місяці тому

    do it using azure cognitive services for human speech. something like apple siri or alexis

  • @marklnz
    @marklnz 3 місяці тому +3

    0:37 Ah! The penny drops! NOW I understand why you're sidelining WASM rendering in Blazor in favor of the inferior Server-based experience. You feel the need (pressure from the corporate overlords perhaps?) to force us to go down the AI route even if it means pushing us to use a mediocre product.

    • @danroth2h7
      @danroth2h7 3 місяці тому +3

      You can also of course also access AI services from the client running on WebAssembly - it's just more work. Whatever credential you're using to access the AI service will typically need to be handled securely on the server, so it's super convenient that Blazor allows you to also handle interactivity from the server as well. If you go with WebAssembly instead, then you need some sort of API endpoint that exposes the AI functionality to the client and you need to work out some sort of security model for that endpoint.

    • @picklenickil
      @picklenickil 2 місяці тому

      @marklnz Interesting point.
      What would you prefer. I wanna know your opinion on what to do?

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

    It doesn't know what ChatHistory is...