Build a Chatbot with Gemini API using HTML, CSS & JavaScript only

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ม.ค. 2025

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

  • @sylvesteranayo1167
    @sylvesteranayo1167 3 วันที่ผ่านมา +1

    Fantastic content

  • @alan-overthenet
    @alan-overthenet หลายเดือนก่อน +1

    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!

  • @tonystark-qz6bx
    @tonystark-qz6bx 20 วันที่ผ่านมา

    hi mr Ivan. i have your course and also question. Can we use other language for Training the Model with the Business Information

    • @dawebschools
      @dawebschools  20 วันที่ผ่านมา

      Yes, but why would you need to do that? Can you explain a bit more what you’re trying to achieve?

    • @tonystark-qz6bx
      @tonystark-qz6bx 20 วันที่ผ่านมา

      @dawebschools because my native language is same

    • @tonystark-qz6bx
      @tonystark-qz6bx 20 วันที่ผ่านมา

      @dawebschools i trying to make my personal virtual support for business

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

      @@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.

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

    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

    • @dawebschools
      @dawebschools  หลายเดือนก่อน +1

      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.

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

    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

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

      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

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

      @dawebschools wow, thanks for Your information

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

      @@dawebschools is there a video to implement it, I don't understand how