Build a Chatbot with ChatGPT and Xano

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ส.ค. 2024
  • In this video, Lachlan provides an exploration of OpenAI's documentation, exploring the Chat completions API including authentication and the input parameters that are available.
    Further, we delve into interpreting API responses, creating a streamlined approach to handling the data provided. Lachlan also guides you through storing chat conversations in your database and structuring your data for efficient retrieval and management.
    Lastly, we show a method for calling these stored conversations on your front end, rounding out the full chatbot creation process.
    Join us in this tutorial to acquire practical knowledge on creating a dynamic and responsive chatbot using OpenAI and Xano.
    #Xano #OpenAI #ChatbotTutorial #APIIntegration #AIChatbot
    Chapters
    00:00 Intro
    00:51 Authentication API
    01:17 Chat Completion API
    04:55 Getting Started in Xano
    05:54 Setting up the Database
    08:23 Setting up the APIs and Call OpenAI from Xano
    10:37 Get your OpenAI API Key
    15:07 Storing the Response in the Database
    17:09 User Ownership of Conversations via Authentication
    23:03 Building an API to Continue a Conversation
    37:46 Message Retrieval API for your Front-end
    41:13 Outro
    Xano - The Fastest No Code Backend Dev Platform
    go.xano.co/43Z78kH
    Twitter
    / nocodebackend
    Subscribe to Xano's Channel for Weekly New Content
    / nocodebackend
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 16

  • @MTGameMaker
    @MTGameMaker 27 วันที่ผ่านมา +1

    thank you sooooooooooooooooooooooooooooooooooooooooooooooooooooo much for this great tutorial amaaaaazing

  • @MTGameMaker
    @MTGameMaker 27 วันที่ผ่านมา +1

    i managed to create the chat conversation using Gemini Ai and did some changes to the tutorial just to make it work because google Ai has a different CURL

  • @Bottel
    @Bottel ปีที่แล้ว +2

    Great job, easy to follow

  • @esclare
    @esclare ปีที่แล้ว +1

    Great master class! More content like this.

  • @togugram
    @togugram ปีที่แล้ว

    Amazing! Hope Xano do more videos like this.

  • @Dmigizi
    @Dmigizi 4 หลายเดือนก่อน

    Awesome demo

  • @DreamsAPI
    @DreamsAPI ปีที่แล้ว +1

    Need more videos explaining database designs and using add-ons and etc...

  • @seedb7220
    @seedb7220 ปีที่แล้ว +1

    Thank you for the video! Great stuff. Are you going to cover the fron end part of this chatbot ?

  • @hagerrick
    @hagerrick 8 หลายเดือนก่อน +2

    super class, super content, but super hard to follow the mouse/clicks and follow all the details. i had to see many times to get all the details.

  • @lemicmelo7713
    @lemicmelo7713 9 หลายเดือนก่อน

    Great content.
    Just a quick question, I can use the same configuration if I would like to create a more personalized chatbot by user, when user authentication depending on the token, specific tables for this user will show and the bot will use this table’s information to talk or provided information to the user on the frontend?

    • @LachlanXano
      @LachlanXano 8 หลายเดือนก่อน

      Hey there this is definitely possible, as part of your process of retrieving a conversation you could also query your related user data and add this as context to the conversation.

  • @bernardobarbosa1
    @bernardobarbosa1 ปีที่แล้ว

    Great video, already have a few ideas to build. Will we have a video on how to train GTP using data stored on Xano? Like what’s the name of userID 4?

  • @Imbackoutside
    @Imbackoutside 23 วันที่ผ่านมา

    I've tried this about 3 times now. Im getting stuck.

    • @nocodebackend
      @nocodebackend  22 วันที่ผ่านมา

      I'm sorry to hear that you're encountering issues! To assist you better, could you please post your question in our Community Forum detailing exactly where you're getting stuck? Including a screenshot or even a Loom video of your process in your post would be incredibly helpful. This way, we can see exactly what's happening and provide you with more targeted advice.
      Here's the link to the forum: community.xano.com/

    • @Imbackoutside
      @Imbackoutside 19 วันที่ผ่านมา

      @@nocodebackend thanks! I actually stayed determined and got through it all. It was easier every time.