Create Your Own AI Chatbot With Google Gemini AI API Using Python

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ต.ค. 2024

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

  • @karthikb.s.k.4486
    @karthikb.s.k.4486 9 หลายเดือนก่อน

    Thank you nice tutorial. What is the theme you are using for command prompt of windows .

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

      I am using gitbash as my CLI. There is no theme just customized background and foreground colors.

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

    What is the cost per consultation? In other words, I would like to know what the value per character set is

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

      You can find the pricing here ai.google.dev/pricing.

  • @ArunKumar-xb9dt
    @ArunKumar-xb9dt 7 หลายเดือนก่อน

    im trying to get the inaction menu in a html page do you have any suggestions to how to do

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

      Not familiar with web development. What do you mean by inaction?

  • @mw-st3qm
    @mw-st3qm 9 หลายเดือนก่อน +1

    love all your content Jie but the AI/ML stuff is fire!!

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

      Thanks!

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

    How to create Custom Chatbot using Gemini Pro API, actually it's urgent to make a chatbot based on Ayurveda, so pls reply asap, GET CODE is not available now sir !!

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

    please tell me the contents of your folder called scripts, because I don't know how. Thank you if you can explain

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

      That's one of the Python default folders get created when you install Python.

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

    can I connect a external api ? I want to build a chat that recollects info and sends it to an external api en then de api sends the answer to the chat

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

      You definitely can. In fact, you can connect to as many API as you want.

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

    how can i make it as personal chatbot if i feed it my data so it ll answer about that data as well ..

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

      Can you be more specific?

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

    Hello sir, can you help me use Flask and embed this bot into a website?

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

      I'm not experienced with flask unfortunately.

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

    hello bro i need this chat to generate only
    backend how can i do it ?

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

    Which is better Chat gpt API
    Or gemini API

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

      Both have is pros and cons.

    • @ArunKumar-xb9dt
      @ArunKumar-xb9dt 7 หลายเดือนก่อน

      gpt

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

    I want to restrict the use of chatbot to members of my organisation only. how to do that ?

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

      You will need to be more specific about what do you mean by restriction of use. Do you mean by total token usage, session usage, or other type of restrictions.

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

    Please help , i tried everything , tried pip install google-generativeai command in cmd but still getting error, pls reply will be waiting
    Getting this error in vscode
    python version 3.10
    AttributeError: module 'google.generativeai' has no attribute 'GenerativeModel'

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

      Makes sure your package is installed in the correct lib directory.

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

    Where's the link with the code? THanks!

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

      I have get a chance upload the source code. In the meantime it might be quicker if you type it out.

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

      Great I think I'll receive the notification when you do. I did type it out the thing is I'm getting an error chatbot=ChatBot(api_key=api_key)
      TypeError: ChatBot() takes no arguments and I can't seem to find why @@jiejenn

  • @MahmoudElshabrawy-h4p
    @MahmoudElshabrawy-h4p 8 หลายเดือนก่อน

    code pls

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

    Is Google Gemini AI API free ??

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

      Unfortunately, no.

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

    now I am not able to use Gemini "Currently, you cannot directly utilize Gemini AI for building a chatbot for your website." Google Gemini (BARD) replied to me this.

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

      Not familiar with web app. But for desktop and cli, they worked fine for me.