Should you use the Azure OpenAI Assistants API?

Sdílet
Vložit
  • čas přidán 6. 09. 2024
  • There"s a new Azure OpenAI API in town: the assistants API. Should you ditch the existing API that's used in nearly all LLM apps when this new API is out? Watch to find out...
    Demo starts here - • Should you use the Azu...
    Repo: github.com/gba...
    #azure #openai #assistant

Komentáře • 13

  • @Ajmal_Yazdani
    @Ajmal_Yazdani Před 6 měsíci +3

    It's fantastic to see you back on CZcams after a long time. Please continue sharing, and I truly appreciate your blog and videos.

    • @GeertBaeke
      @GeertBaeke  Před 6 měsíci

      Thanks for the kind words. More to come soon I hope…

  • @boris-
    @boris- Před 4 měsíci +2

    Underrated by CZcams :) Thank you

  • @iGuide_net
    @iGuide_net Před 3 měsíci +2

    clearly and simply explained A+ 🎉

  • @juanacquistapace9863
    @juanacquistapace9863 Před měsícem +2

    Great video. Have a question. Even if I use completions or assistant api. The tokens for ALL the conversation Will be billed?

    • @GeertBaeke
      @GeertBaeke  Před měsícem +1

      Yes, every input and output token is billed depending on the model chosen. That's the same for both APIs.

  • @chevens
    @chevens Před 4 měsíci

    Great video - very helpful! I'm intrigued to know if the CLU (conversational language understanding) fits into the assistant model, I can't piece together in my head how this could be utilized when looking at the playground UI.. I guess it's probably something you'd need to code for (fire the prompt to CLU to extract intent, then pass to assistants completion API?) appreciate your thoughts :)

  • @jatinarorachannel8237
    @jatinarorachannel8237 Před měsícem

    I have a question i want to preprocess the text data and i have certain defined rules it should take care so should i use normal chat completion or assistant for that

    • @GeertBaeke
      @GeertBaeke  Před měsícem

      It's best to use the chat completions API for that. In addition, if you want to extract structured data from text, I can recommend using the completions API with the Python instructor library.

  • @karishmasharma3203
    @karishmasharma3203 Před 4 měsíci

    Apart from file_ids could we get data from other data source like SQL Server, BQ.... to assistants? Please could you do code video on it.

    • @GeertBaeke
      @GeertBaeke  Před 4 měsíci

      The only way to do that is via function calling and custom code that gets the data from SQL etc.. and feeds it to the assistant. There's no built-in support for that just yet.

  • @iGuide_net
    @iGuide_net Před 3 měsíci

    are you available on fiverr for custom work?