Тёмный

How to Turn the Native Wix Chat (App Market) into ChatGPT with OpenAI 

The Wix Wiz
Подписаться 7 тыс.
Просмотров 9 тыс.
50% 1

Опубликовано:

 

14 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 60   
@thewixwiz
@thewixwiz 5 месяцев назад
Now available on the app market! ➡➡➡ www.wix.com/app-market/ai-chat
@goncagursun2616
@goncagursun2616 4 месяца назад
Hi, I have purchased the app. However it does not work as it should (doesnt seem to get the prompt correctly and replies each user only once). I sent an email via Wix support. Could you please help us out with our problem? Thanks.
@inexplicable01
@inexplicable01 4 месяца назад
Hey Thanks a lot man. This was super helpful. Is there a way to add a loading bubble while chatgpt is cranking? I've been looking what couldn't find it. I've seen these loading ubbles in many other chat windows, can't believe its not in this one. I'd glad pay for a fee to learn how to do this. Thanks
@thewixwiz
@thewixwiz 4 месяца назад
Thanks for watching! Unfortunately I don't think that is possible within Wix Chat. An alternative could be to send messages indicating status at an interval like "working on that", "thanks for waiting" etc.
@inexplicable01
@inexplicable01 4 месяца назад
@@thewixwiz hmm....thanks for the suggestions. Guess I'll just have to live with this for now. Cool Channel. Thanaks a bunch.
@OscarOIsrael
@OscarOIsrael Год назад
In open_ai.jsw I had to change "return data.choices[0].text;" to "return data.choices[0].message.content;"... After that it worked perfectly. Thanks for this, you're a life saver!
@thewixwiz
@thewixwiz Год назад
Great job!
@jorgeguerrapiresphd
@jorgeguerrapiresphd Год назад
6:30 - finishes the basic of getting the chat working! Enough for me for now! Thanks a lot. We have several tutorials online, they use the same approach: creating a events.js file. It does not work! Your approach works, thanks a lot! I want to use openAI and tensorflowjs. Nice, and thanks a lot.
@yhu631
@yhu631 11 месяцев назад
Thank you so much for the video, it's really helpful for me! Just curious, the masterpage doesn't seem to be able to display the answer for questions with longer answers (shorter questions work perfectly fine) for me (seems to be stuck when retrieving answers from the chatbot, open-ai works perfectly fine and does return the answer correctly). Is it because there's a character/time limit on Wix chat or are there some issues with my code?
@thewixwiz
@thewixwiz 11 месяцев назад
Hi, I recommend you check out my tutorial about 504 errors :)
@yhu631
@yhu631 11 месяцев назад
That solved the problem. Thank you so much!@@thewixwiz
@DaveLalande
@DaveLalande 11 месяцев назад
Thank you. Do you know where Wix stores the chatHistory?
@thewixwiz
@thewixwiz 11 месяцев назад
I don't think you have access to it but you can check the inbox API.
@highminded8279
@highminded8279 9 месяцев назад
I noticed you are publishing in lieu of preview - can you only test this approach if the site is published?
@thewixwiz
@thewixwiz 9 месяцев назад
Hi, for this specific tutorial you should be fine with preview mode but generally preview mode lacks many aspects you will likely want to test such as behavior with different levels of authentication, payments etc. so I have developed a habit of skipping straight to publishing.
@israelgil
@israelgil 7 месяцев назад
I've gone through everything here. The backend works. But in front end, I'm not seen any response on the chat app. I'm also unable to receive an answer in your demo. Any tips?
@thewixwiz
@thewixwiz 7 месяцев назад
Do you see any errors in the console? Have you implemented either the realtime or polling solution for 504 errors?
@israelgil
@israelgil 7 месяцев назад
@@thewixwiz no which solutions are these? I really don't see any errors in the console. It all should be working
@ChristopherOvrebo
@ChristopherOvrebo Год назад
Do you know when Wix will make chat available within the branded app? Or do you know away around it not having a chat function, to get one added?
@thewixwiz
@thewixwiz Год назад
Sorry not sure about the timeline for that beyond telling you to take what WiX says and add at least 6 months...
@ChristopherOvrebo
@ChristopherOvrebo Год назад
@@thewixwiz thanks for the reply. Bummer for them. Lost my business as I went over to flutter flow for the app side
@israelgil
@israelgil 7 месяцев назад
do you have a tutorial where we can feed the chatbot information from the website itself?
@thewixwiz
@thewixwiz 7 месяцев назад
I have a tutorial about vector databases but it's a bit outdated. There are different approaches for this depending on what data from the site you want to provide.
@HakerzTM
@HakerzTM Год назад
I got it working when I run the code in the developer mode editor, but on my actual website chat it does not work :( I followed step by step not sure why it's not working
@thewixwiz
@thewixwiz Год назад
Hey, you can post your code to the forum and I'll take a look: thewixwiz.com/forum
@lokeshart3340
@lokeshart3340 Год назад
Please fix my problem its saying dev tools failed to load source map
@thewixwiz
@thewixwiz Год назад
That is probably not the error causing your project not to work. If so it should be temporary.
@becomingalulabro4536
@becomingalulabro4536 Год назад
Can this answer website specific questions regarding your site / business the way Botpress & customGPT can?
@thewixwiz
@thewixwiz Год назад
Like any AI chatbot it will know only the information provided to it + the basic knowledge base that GPT is built on. The solutions you mentioned allow you to provide a wealth of business info to the bot in advance, most likely by utilizing some kind of Vector database behind the scenes. Without that you would only be able to provide the prompt limit.
@response404
@response404 Год назад
👏🏽👏🏽👏🏽👏🏽👏🏽👏🏽 Thank you for sharing!!
@thewixwiz
@thewixwiz Год назад
Thanks for watching!
@jorgeguerrapiresphd
@jorgeguerrapiresphd Год назад
Sections 14:30 - adding a wix-chat file (backend)
@muddasiralyy
@muddasiralyy Год назад
i have followed you step by step but when i try to generate response it prints the following error: { "error": { "message": "Unrecognized request argument supplied: messages", "type": "invalid_request_error", "param": null, "code": null } } what can be the issue i have passed correct spellings too. please help me out.
@thewixwiz
@thewixwiz Год назад
Hey, thanks for commenting and sharing about your project! I offer viewers two options for getting assistance with their projects: 1. My free forum: thewixwiz.com.com/forum - I try to address questions there at least once a week. Please support your question with code snippets, screenshots, and even video. 2. Offering my services as a developer. You can schedule a consult at thewixwiz.com/book-online or fill out this onboarding form: thewixwiz.com/client-onboarding I appreciate your support and thanks for watching!
@Trigun420
@Trigun420 Год назад
The syntax error the code editor throws when you change things to async drove me crazy for so long, only to find out it was a typescript error and wouldn't effect the operation of my code.
@Nosoytu890
@Nosoytu890 Год назад
Hey, I am also getting this error on the console and i'm about to lose my mind, may I know how you came up with a solution for this?
@Trigun420
@Trigun420 Год назад
@@Nosoytu890 There is no solution, its a typescript error. Meaning basically it just thinks the syntax is wrong, it isnt actually an issue. think of it more like an editor bug than an actual error that will affect anything.
@Nosoytu890
@Nosoytu890 Год назад
Thanks for your answer! well I actually got a workaround it and now im stuck with a completely different issue, the asynchronous structure Wiz uses in his coding causes it to overload the server with Requests thus triggering the Rate limit adnd i subsequently get both Error HTTPS 504 and HTTPS 429, thanks tho it helped me
@Quintinliebenberg
@Quintinliebenberg Год назад
I need someone to create me a chatbot which will be used on my Wix site. This chatbot must use OpenAI for its responses based on my documentation. Is this possible?
@thewixwiz
@thewixwiz Год назад
Depending on the length of the documentation it could be passed to the bot instructions. Otherwise you have two options - 1. Use the completion endpoints with fine tuning. 2. Add logic where the bot queries your data based on the user input.
@Quintinliebenberg
@Quintinliebenberg Год назад
@@thewixwiz I have no idea how to implement what you just responded. It seems quite easy but I just don't have the knowledge to do this. Where can I learn this process or where can I find someone who can quickly do this set up for me (against a fee obviously). Can you do this?
@MagicalBedtime
@MagicalBedtime 11 месяцев назад
I'd finished all, but when I published it wont work at all.
@thewixwiz
@thewixwiz 11 месяцев назад
Hey, thanks for commenting and sharing about your project! I offer viewers two options for getting assistance with their projects: 1. Our free forum: thewixwiz.com.com/forum - I try to address questions there at least once a week. Please support your question with code snippets, screenshots, and even video. 2. Offering my services as a developer. You can schedule a consult at thewixwiz.com/book-online. I appreciate your support and thanks for watching!
@ShukarAlhamdulillah
@ShukarAlhamdulillah Год назад
Can anyone share these codes. This is giving me anxiety 😒
@thewixwiz
@thewixwiz 11 месяцев назад
👋👋New to Velo? Check out my new Beginners course now on Udemy! ➡➡ www.udemy.com/course/velo-for-beginners/
@copify8009
@copify8009 Год назад
Can you share the code ?
@thewixwiz
@thewixwiz Год назад
Hi! I offer installation of this as a service: www.eitanwaxman.com/ai-services
@oluwatoniemmanuel6348
@oluwatoniemmanuel6348 Год назад
can it have a loading gif
@thewixwiz
@thewixwiz Год назад
Yup!
@fillyourpockets6730
@fillyourpockets6730 Год назад
Love your content but I'm having a bit of trouble. I keep getting a "Cannot read property '0' of undefined" error and I can't figure out what I'm doing wrong. Heeelp - I'll tip!
@thewixwiz
@thewixwiz Год назад
Thanks! Find the variable you were trying to get the property 0 for (likely an Array) and then identify why that variable is undefined
@fillyourpockets6730
@fillyourpockets6730 Год назад
@@thewixwiz Ahhhh! It was the url! I was using the wrong endpoint for a different model 🤦🏻‍♂
@andytr9123
@andytr9123 Год назад
@@fillyourpockets6730 im having the same issue what is your solution?
@RyanStockbridge
@RyanStockbridge Год назад
@@andytr9123 make sure your url endpoint is correct. I had the api url from a different model. That fixed it for me
@andreistoica2994
@andreistoica2994 Год назад
@@RyanStockbridge hi there can you please extrapolate? I am using the correct URL I believe for 3.5 which is the same as Wix Wiz shows in the video. Any thoughts? Thank you
Далее
The ChatGPT API Beginners Guide
8:41
Просмотров 20 тыс.
Track Bing Ads in Pipedrive
2:12
Просмотров 5
Don't Use ChatGPT Until You Watch This Video
13:40
Просмотров 1,7 млн
How ChatGPT Built My App in Minutes 🤯
8:28
Просмотров 2,6 млн
How To Create an AI Chatbot with OpenAI and Wix
58:52
OpenAI Embeddings and Vector Databases Crash Course
18:41
SEO Is A Waste Of Time in 2024
11:56
Просмотров 368 тыс.