Azure OpenAI C# API Quick Tutorial

Поділитися
Вставка
  • Опубліковано 5 вер 2024
  • In this video I step you through the basics of creating a chat client in C# using the Azure OpenAI api. If you want to get up to speed quickly on how this API works check out this video.
    Check out the other videos on my channel for a complete tutorial on a Blazor Chat app using Azure Cognitive Search.
    Code is here:
    github.com/cod...

КОМЕНТАРІ • 16

  • @AjayKumar-sw8ig
    @AjayKumar-sw8ig 10 місяців тому +1

    Well done Tom! Very compact and to the point. Thank you for doing this!

    • @Coding_with_Tom
      @Coding_with_Tom  9 місяців тому

      Thanks - I hope to keep things concise - I don't always succeed however !

  • @siddistaken
    @siddistaken 6 місяців тому +1

    Great content to start off, thank you

  • @marianoloprete3981
    @marianoloprete3981 10 місяців тому

    Hermoso y simple. Excelente trabajo.

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

    How we can use own data through api can you please explain using cognitive search and open ai

    • @Coding_with_Tom
      @Coding_with_Tom  Рік тому +2

      I cover that in this video: ua-cam.com/video/NQ7_-nE2NI4/v-deo.html

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

      @@Coding_with_Tomthanks reply if i want retrieve data from pdf or word file through azure search how we can achieve this example when we use chat playground we upload data sources model give answers from document and give docs references

  • @ennaceursawssen4381
    @ennaceursawssen4381 4 місяці тому

    I'm experiencing an issue with the installation of Azure OpenAI. Can anyone provide assistance, please?

  • @rajdeepjaiswal5394
    @rajdeepjaiswal5394 6 місяців тому

    How we can deploy it on web app of azure

  • @nknandu99
    @nknandu99 8 місяців тому

    Why I am not able to use ChatMessage as a function. Its giving me an error. Is there a new update?

    • @prawalagarwal5924
      @prawalagarwal5924 6 місяців тому

      Yes ChatMessage is changed to ChatRequestMessage and that too is a base class for ChatSystemMessage and ChatAssistantMessage

  • @lewishuxtable1892
    @lewishuxtable1892 7 місяців тому

    seems microsoft have updated the package and changed a lot now

    • @ricardokevin
      @ricardokevin 6 місяців тому

      It worked for me. What issues are you facing ??

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

      @@ricardokevin Is it that ChatMessage class is in a different package now?