OpenAI Assistant & Bubble.io API Connector Part 1 | Bubble.io Tutorials | Planetnocode.com

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

КОМЕНТАРІ • 34

  • @MisCopilotos
    @MisCopilotos Рік тому +5

    So, quick overview so far.
    For the setup:
    > Create thread
    > Create assistant
    Then for interacting:
    > Create message thread
    > List messages
    > Run Assistant

  • @NIMAMEHNIXONNJENUI
    @NIMAMEHNIXONNJENUI 11 місяців тому +1

    Just went through your channel to see if you have contents about the newly updated API'w from open ai wow 🎉🎉🎉🎉 you've gone everything and more thank you so much 🎉🎉

  • @thomasbutorac1119
    @thomasbutorac1119 11 місяців тому

    Well done! Easy to follow and great instructions. Looking forward to the next video where I add this to the front-end

  • @NIMAMEHNIXONNJENUI
    @NIMAMEHNIXONNJENUI 11 місяців тому +3

    Great work thanks 🙏

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

    hey! thanks for this great video ! Can you guide us on how to receive the assistant's message when taking a while?

    • @planetnocode
      @planetnocode  Рік тому

      We've now released 3 parts to this mini series. Part 3 is exclusive to our members and considered different approaches to fetching the new AI generated messages. (www.planetnocode.com/tutorial/plugins/openai/openai-assistant-bubble-io-api-connector-part-3/).
      In some ways it is really worth weighing up if the assistant based chat is worth the extra complexity compared to the Chat Competition endpoint. (platform.openai.com/docs/api-reference/chat/create)

  • @GlobalRevolt
    @GlobalRevolt Рік тому

    Thank you, really good to the point info! How do you approach the issue that now we have to keep calling OpenAI API - List Messages untill we get the answer? I have an Event running on the page every 3 sec but i realize it's not the best solution :S

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

      Great point! We have also considered that solution and are fully aware of potential issues with Workload Units and API rate limiting. Perhaps until OpenAI offer webhooks the ‘old way’ is better for many use cases.

  • @malekaimischke2444
    @malekaimischke2444 Рік тому

    thanks for this video! really appreciate it and very helpful. excited for part 2 :)

    • @planetnocode
      @planetnocode  Рік тому

      Part 2 is exclusively available to our members on our website: www.planetnocode.com/tutorial/plugins/openai/openai-assistant-bubble-io-api-connector-part-2/
      We will record Part 3 this morning and release it on our website for our members.

  • @newjx
    @newjx Рік тому

    Thank you for you video. Any tutorial about math expression display on a bubble chat app?

  • @ki001
    @ki001 Рік тому

    Brilliant! Waiting for PT2… Thanks a million!

  • @Matgdbr
    @Matgdbr Рік тому

    Thanks for this great tuto !
    Do you know if it is possible to send an image from Bubble and ask gpt some questions about this image ?

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

      Yes, with gptvision api. Here nocodeplanet video on that (only the back, not the front). Hoping they release another one with the interface part.
      Link: ua-cam.com/video/7pe91cGJLj8/v-deo.html

    • @planetnocode
      @planetnocode  Рік тому

      Thanks for sharing!

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

    Hi. If I ask my assistant to plot me a graph how do I display the graph?

  • @SajjadJaf
    @SajjadJaf 11 місяців тому

    by connecting the api in those following steps, how would that connect the assistant api you trained on the OpenAI platform?

    • @planetnocode
      @planetnocode  11 місяців тому

      Just in case this is what you're thinking of... ChatGPT (Custom GPTs) are not accessible with the API.
      But it sounds like you mean Assistants in the dev tools part of the OpenAI website right? Yes you can make API calls to specific Assistant by using the Assistant ID when you use the Run endpoint (platform.openai.com/docs/api-reference/runs/createRun)

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

    Would streaming be a way to easily resolve the issues in video 3?

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

      Sadly no, as the Bubble API Connector does not support streaming. There are plugins that may help with this.

  • @WirelessGus
    @WirelessGus 11 місяців тому

    Do you offer consulting services! Great Video, BTW!

    • @planetnocode
      @planetnocode  11 місяців тому

      Please feel free to drop us a message on our website

    • @WirelessGus
      @WirelessGus 11 місяців тому

      @@planetnocode cool. ✌️

  • @Tahycoon
    @Tahycoon Рік тому

    Hey man can you make a video on setting up Twilio live conference API on Bubble? Or any live streaming video calls on Bubble?
    The Bubble documentation is very limited and I think you'll be the #1 in explaining it. I've delayed the development of my app for a week for this and can't find an answer.

  • @dewilde85
    @dewilde85 Рік тому

    For my app, it's essential that users can modify the behavior of the assistants

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

    How do I add different assistance such as giving my bots personalities

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

      When you create an assistant, you get an assistant ID. This can be used to involve a particular assistant in a conversation.

  • @Tahycoon
    @Tahycoon 11 місяців тому

    Any reason why the gpt 3.5 version is sooooo stupid compared to the gpt 4 model?
    No matter the size of files and the instructions length and no matter how well organized it is, it always somehow hallucinations, does half of the work, or simply not follow the instructions where gpt4 is like a good student.
    Is there a specific thing I need to make sure to enable so it follows the instructions? Heck, even ChatGPT follows instructions better.
    (GPT 4 is so expensive it's out of the question, it's like 10 cents per message where GPT 3.5 is like a cent per message)

    • @planetnocode
      @planetnocode  11 місяців тому

      What temperature are you using? We find 0.7 is a good starter. Have you tried using the seed parameter to create more consistent outputs. Internally we’ve found the GPT-4 is needed more often than not now.

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

    Hi

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

    lol parts 2 and 3 cost three figures

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

      We don't actually recommend using the OpenAI Assistant API yet as it is still in beta and doesn't play well with Bubble. You can still create a very effective AI chat app, our Udemy course is the most detailed explanation: www.udemy.com/course/build-a-chatgpt-clone-with-no-code-bubble/?referralCode=AEEDAE8F3E9A20FFC79F

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

    When is PT2 coming?

    • @planetnocode
      @planetnocode  Рік тому

      Part 2 is available exclusively to our members on our website www.planetnocode.com/tutorial/plugins/openai/openai-assistant-bubble-io-api-connector-part-2/
      Part 3 will be recorded this morning and also released on our website for our members.