Build a Chatbot with ChatGPT and Xano

preview_player
Показать описание
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

Twitter

Subscribe to Xano's Channel for Weekly New Content
Рекомендации по теме
Комментарии
Автор

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

MTGameMaker
Автор

thank you much for this great tutorial

MTGameMaker
Автор

Amazing! Hope Xano do more videos like this.

togugram
Автор

Great master class! More content like this.

esclare
Автор

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

seedb
Автор

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

DreamsAPI
Автор

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.

hagerrick
Автор

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?

lemicmelo
Автор

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?

bernardobarbosa
Автор

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

Imbackoutside