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

Поділитися
Вставка
  • Опубліковано 11 лис 2024

КОМЕНТАРІ • 33

  • @mw-st3qm
    @mw-st3qm 10 місяців тому +1

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

    • @jiejenn
      @jiejenn  10 місяців тому

      Thanks!

  • @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?

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

  • @andrywrda8407
    @andrywrda8407 7 місяців тому

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

    • @jiejenn
      @jiejenn  7 місяців тому

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

  • @karthikb.s.k.4486
    @karthikb.s.k.4486 10 місяців тому

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

    • @jiejenn
      @jiejenn  10 місяців тому

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

  • @rjeibiwael371
    @rjeibiwael371 7 місяців тому

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

  • @sundramdubey6388
    @sundramdubey6388 10 місяців тому

    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  10 місяців тому

      Can you be more specific?

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

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

  • @kaizuki6884
    @kaizuki6884 10 місяців тому

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

    • @jiejenn
      @jiejenn  10 місяців тому

      I'm not experienced with flask unfortunately.

  • @simarpreetkaur8674
    @simarpreetkaur8674 7 місяців тому

    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 !!

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

  • @vandnadubey7154
    @vandnadubey7154 10 місяців тому

    Which is better Chat gpt API
    Or gemini API

  • @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 9 місяців тому

      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 10 місяців тому +1

    Is Google Gemini AI API free ??

    • @jiejenn
      @jiejenn  10 місяців тому +1

      Unfortunately, no.

  • @tanmay0423
    @tanmay0423 8 місяців тому

    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  8 місяців тому

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