Integrate OpenAI Assistants into your Web App (Tutorial)

Поделиться
HTML-код
  • Опубликовано: 12 дек 2024

Комментарии • 43

  • @StockFootageCollective
    @StockFootageCollective 9 месяцев назад +4

    Thank you. I started playing with Assistants API and this video helped me a lot.

    • @KieCodes
      @KieCodes  9 месяцев назад

      I am glad it helped! This motivates me the most! Thank you! 🙏

  • @BennKing-t6t
    @BennKing-t6t 9 месяцев назад +2

    Please rebuild this with a node back end... Ill buy you a coffee :D

    • @KieCodes
      @KieCodes  9 месяцев назад +2

      Good idea!

    • @omerkhan7664
      @omerkhan7664 8 месяцев назад

      @@KieCodes I second this, id love to see a nodejs version of it, can't find one anywhere.

  • @andrebadini3573
    @andrebadini3573 11 месяцев назад +2

    The problem with beta assistant api is that it is a token hog. If you create a thread, the api stores and returns all conversations up to the limit of tokens supported by the model, and does not give the option to remove conversations from the thread. And the solution of creating new threads every time doesn't seem smart.

  • @ionutsandu5913
    @ionutsandu5913 9 месяцев назад

    I have 2 questions:
    1: Do videos remain embedded in the chat window after you send next message or refresh the page?
    2: Could you provided the json for the function on open ai?
    It would be great if you could answer those 2. Thanks :)

  • @trhweg1563
    @trhweg1563 11 месяцев назад +1

    I really want to get this running locally on my machine. But when I do npm install, I get a moderate error when running this code that says “PostCSS line return parsing error”. Do you know how to resolve this issue for this code ?

    • @KieCodes
      @KieCodes  11 месяцев назад

      Hey there. Never had this. Maybe join my Discord and I or one of the other coders can help you.

  • @Nursultan_karazhigit
    @Nursultan_karazhigit Год назад +1

    Hello, thanks for the video. Is it possible to add GPT 4 vision and voice transributions to the assistant api?

    • @KieCodes
      @KieCodes  Год назад

      You are welcome! 🙏 Yes you can use all the different APIs in one software.

    • @Nursultan_karazhigit
      @Nursultan_karazhigit Год назад

      ​@@KieCodes For example I have integrated asissistant to bot press . but asisstatn itself has no gpt4 vision function and no audio to text transcription . Can I add assistant api + gpt 4 vision and transribation to bot press to create a chat bot for whats app and instagram.

    • @andrebadini3573
      @andrebadini3573 11 месяцев назад

      You can use assistant with function calling.​@@Nursultan_karazhigit

  • @dffhhfhdifh
    @dffhhfhdifh Год назад

    thankyou for the video.Kindly share do i have to create sepeate api/route folder for sending request from api.ts api/** in in next js 13.

  • @jaimecano89
    @jaimecano89 9 месяцев назад +1

    great video, help me a lot

    • @KieCodes
      @KieCodes  9 месяцев назад

      I am glad to hear that!

  • @jeffreyAguero-cz5gn
    @jeffreyAguero-cz5gn 6 месяцев назад

    Hi @kie Codes,
    Do you have time to help me with this video for the assistant ID? I'm having trouble, and here is the error I'm encountering: Unrecognized request argument supplied: assistant_id , invalid_request_error (truncated...) somebody help me please !!!

  • @aimattant
    @aimattant 11 месяцев назад +1

    amore details - excellent - thanks

    • @KieCodes
      @KieCodes  9 месяцев назад

      Thank you!

  • @syenza
    @syenza Год назад

    Great video, thanks. Do you take on private clients to assist with implementing the above?

    • @KieCodes
      @KieCodes  Год назад +1

      You‘re welcome. Sure. For business inquiries please use: stdin@kie.codes

  • @Killtonyfunny
    @Killtonyfunny 10 месяцев назад

    Hey Kie, awesome code man, is the build supposed to be missing? Thank you btw for this code, but I cant seem to find the nodes and build?

    • @KieCodes
      @KieCodes  10 месяцев назад

      Hey there, the link to the GitHub repository is in the video description. Cheers

  • @igornowicki29
    @igornowicki29 Год назад +1

    Long time no see!

    • @KieCodes
      @KieCodes  Год назад

      Yes mate. Glad you’re still around.

  • @scottmcall7915
    @scottmcall7915 2 месяца назад

    I forked the project, but it doesn't work for me. I'm not able to send any message successfully to the assistant using the provided code.

    • @KieCodes
      @KieCodes  2 месяца назад

      Hey Scott. Without the error message, it‘s hard to help. Cheers

  • @GRajeshwaran28
    @GRajeshwaran28 5 месяцев назад

    Nice work !! How can I connect with you to get a project done.

    • @KieCodes
      @KieCodes  5 месяцев назад

      Hey there. Thank you. My contact email is on my channel details.

  • @andregarcia4512
    @andregarcia4512 Год назад

    Do you know how i can connect the assistant with my database?

    • @KieCodes
      @KieCodes  Год назад +1

      Yes you need to add functions for the different database queries you want to do. Like get_user_account_data(username) and this will then handeld by you backend software and be handed over to the assistant to give a proper answer to the user.

  • @gerdberlin2
    @gerdberlin2 Год назад +1

    Amazing work! Could you integrate text to speech and speech to text?

    • @KieCodes
      @KieCodes  Год назад

      Sure! Thats possible as well.

    • @gerdberlin2
      @gerdberlin2 Год назад

      @@KieCodes Could you create a video about that?

    • @KieCodes
      @KieCodes  Год назад +1

      Good idea. I put it on my list. Thank you.

  • @MrAndradeF
    @MrAndradeF Год назад

    Will you show how you integrated with your website?

    • @KieCodes
      @KieCodes  Год назад

      Hey. What do you mean? The code is available for you on GitHub.

  • @novia-x7y
    @novia-x7y 10 месяцев назад

    Help me pls

    • @KieCodes
      @KieCodes  10 месяцев назад

      Sure. What’s the problem?

  • @klammer75
    @klammer75 Год назад

    Very fucking cool! Tku🦾🦾🦾

    • @KieCodes
      @KieCodes  Год назад

      Thank you very much!!!