its a wonderful content but the ai model doesnt respond when where send a message through the chat assisant - it prints the error msg like "The message could not be sent. Please try again." what can i doo
Hi Magesh, inside the catch block, add a console.log(error) and check what is your specific error. Paste it here and also your code (without the API key) so I can take a look.
Hello, I am interested in the project you created and it is very useful for me. I happen to want to create an AI chatbot like this but there is a new feature that I want to add, namely integration with the Google Maps API, I want to create a chatbot that is concentrated for users looking for tourist attraction recommendations. which the user will then write down for tourist attraction recommendations and the output will show the tourist attraction that best suits the request. with the project in this video, in the script code which parts should I change and add to build my project. Thank You
Hi! That sounds interesting! I believe you only have to change the business information. Change the content of that variable explaining that you are a tourist advisor, that the bot should ask the user which city he/she is interested in and the bot should suggest tourist attractions. I believe it should work fine. If you want to add links and recent information about the attractions, then you should take a look at this article about grounding: ai.google.dev/gemini-api/docs/grounding?lang=python
Fantastic content
Thanks a lot!
Thanks a lot Ivan, I appreciate the content. This will be useful for me, once I get super good at Rust and Django. Don't ask why :o!
hi mr Ivan. i have your course and also question. Can we use other language for Training the Model with the Business Information
Yes, but why would you need to do that? Can you explain a bit more what you’re trying to achieve?
@dawebschools because my native language is same
@dawebschools i trying to make my personal virtual support for business
@@tonystark-qz6bx you can use the Gemini API with other languages, like Python or Go. Check the documentation on ai.google.dev for more information.
its a wonderful content but the ai model doesnt respond when where send a message through the chat assisant - it prints the error msg like "The message could not be sent. Please try again." what can i doo
Hi Magesh, inside the catch block, add a console.log(error) and check what is your specific error. Paste it here and also your code (without the API key) so I can take a look.
Hello, I am interested in the project you created and it is very useful for me. I happen to want to create an AI chatbot like this but there is a new feature that I want to add, namely integration with the Google Maps API, I want to create a chatbot that is concentrated for users looking for tourist attraction recommendations. which the user will then write down for tourist attraction recommendations and the output will show the tourist attraction that best suits the request. with the project in this video, in the script code which parts should I change and add to build my project. Thank You
Hi! That sounds interesting! I believe you only have to change the business information. Change the content of that variable explaining that you are a tourist advisor, that the bot should ask the user which city he/she is interested in and the bot should suggest tourist attractions. I believe it should work fine. If you want to add links and recent information about the attractions, then you should take a look at this article about grounding: ai.google.dev/gemini-api/docs/grounding?lang=python
@dawebschools wow, thanks for Your information
@@dawebschools is there a video to implement it, I don't understand how