Thanks for sharing! Would there be a follow up video on using GPT-3.5, and deploying it on a cloud provider like GCP, AWS or Azure?
@rajkkapadia Жыл бұрын
Thank you for the suggestions...
@martynov96 Жыл бұрын
Hi Raj! Thank you so much for this video. Could you please make a video about use cases with this connection (OpenAI & Dialogflow)?
@rajkkapadia Жыл бұрын
Thank you for the suggestion...
@jeshy9810 Жыл бұрын
Great information! Thank you!
@ShrutikaGulave Жыл бұрын
i am not getting the response when the call goes to default intent
@m4xr1ch4rd Жыл бұрын
Hi! Do I have to put my API key in 'quotes' or just plain text (because its a string)? I actually tried both but it did not work...
@rajkkapadia Жыл бұрын
If you use it through an env file then the answer is no, don't use quotes around the value...
@huzaifakamran8214 Жыл бұрын
hi!! I have tried connecting it with the text-davinci-003 modal but the response was coming after 5 sec sometimes and because of that dialogflow does not showing any response in the console how can we cater that?
@rajkkapadia Жыл бұрын
Make sure your internet speed is good during local testing, otherwise change the connection...
@ShrinivasDodke Жыл бұрын
Hello sir! I have create this chatbot "chatgpt integrating with dialogflow". Now i want to deploy this chatbot on a website so how to do that? Can you please help me in that case or can you able to create one video on that? or can you tell me step by step how to do that?
@rajkkapadia Жыл бұрын
kzbin.info/www/bejne/h5vMh3-nr5aUj7s
@ShrinivasDodke Жыл бұрын
I am seeking clarification on whether there is a free option available or not to connect ChatGPT-3 to Dialogflow? Can you clarify that sir?
@rajkkapadia Жыл бұрын
There is no free option available...
@ShrutikaGulave Жыл бұрын
my api key is valid still i am getting "something went wrong error"
@rajkkapadia Жыл бұрын
I suggest you watch the video again, this will help...
@RussianExplorer Жыл бұрын
where did u use gpt ?
@rajkkapadia Жыл бұрын
In the response...
@ShrinivasDodke Жыл бұрын
I have followed the provided code and instructions to integrate ChatGPT-3 with Dialogflow. The code is running properly, and I have successfully generated an ngrok link using the command "ngrok http 5000". However, I have encountered a problem when attempting to access the ngrok link. Upon clicking the generated link, the expected functionality is not working as intended. It seems that there might be an issue preventing the connection between Dialogflow and ChatGPT-3. I have thoroughly reviewed the code and ensured that all the necessary configurations are in place. However, despite my efforts, I have been unable to identify the root cause of the problem. I kindly request your guidance and support in troubleshooting this issue. Your expertise in this matter would be immensely helpful in resolving the connectivity problem between Dialogflow and ChatGPT-3.
@rajkkapadia Жыл бұрын
I suggest watching the video again will surely help you...
@Ivan-qe2pe Жыл бұрын
my fullfilment is successful but the fullfilment text is turning to something went wrong, it cannot go through to the openai. I dont know where the problem is. can you give me some advice?
@rajkkapadia Жыл бұрын
Make sure you get the openai key in the file...
@Ivan-qe2pe Жыл бұрын
@@rajkkapadia what python version are you using?
@rajkkapadia Жыл бұрын
@@Ivan-qe2pe 3.9.12
@SpinTelAU Жыл бұрын
@@rajkkapadia I get the same issue? python 3.11.3
@rajkkapadia Жыл бұрын
@@SpinTelAU I think this cannot be an issue of Python version...
@zutitube1 Жыл бұрын
Thanks!!!!!
@sanchittripathi1537 Жыл бұрын
its saying something went wrong
@rajkkapadia Жыл бұрын
Check your openai key...
@ShrinivasDodke Жыл бұрын
while I am running the command "ngrok http 5000" in python code, link is not generated proper way as you generated in this video. when running the command "ngrok http 5000" in my python code link is generated like this "2f52-2409-40c2-100a-7bb" Can you please can you help in that case?