How to Use the Gemini API with Python - Build a Customizable AI Chatbot

Поделиться
HTML-код
  • Опубликовано: 21 дек 2024

Комментарии • 63

  • @JSambrook
    @JSambrook 27 дней назад

    Hi Aaron - I have been an embedded software developer (medical devices) for decades. I want to say thank you for this tutorial. Really appreciate the pace and the content. Thanks for not wasting time on fluff. Following you now.

    • @aarondunn-zt7ev
      @aarondunn-zt7ev  25 дней назад +1

      Thank you. I really appreciate your comment! Let me know if there is any specific content that you would like to see.

    • @JSambrook
      @JSambrook 25 дней назад

      I am going to be looking into function calling from different LLMs. I have been playing around with the so-called "computer use" workflow from Anthropic. It's intriguing but also runs into rate limits quickly.
      I am most interested in practical applications of using function calling from LLMs with the hope of automating various repetitive tasks I find myself needing / wanting to do fairly often.

  • @abdullahmahir8478
    @abdullahmahir8478 2 месяца назад

    bro, u nailed it. for past 3 days i'm trying to build a chatbot for myself. Finally i saw this video ❤‍🔥

  • @rajagurur1978
    @rajagurur1978 3 месяца назад +1

    I was struck in Saving the chat history. It helped me sir... thanks a lot...you just got a new subscriber ✨😌

  • @GrahamFMcElearney
    @GrahamFMcElearney 2 месяца назад

    Thanks Aaron this is ace. took me a few goes to figure out how to lpad my api key but figured it out - it's quite magical when you get it going! Thanks again!

  • @ashimov1970
    @ashimov1970 4 месяца назад +1

    The most awesome, concise, neat, clean and up-to-date content on how to leverage Gemini API

    • @aarondunn-zt7ev
      @aarondunn-zt7ev  4 месяца назад +1

      Thank you so much for your comment! I’m happy you found the video useful.

  • @enmingwang6332
    @enmingwang6332 4 месяца назад +1

    As always, very clear explanation and demo! Really enjoyed your informative lecture, greatly appreciated 👍👍

    • @aarondunn-zt7ev
      @aarondunn-zt7ev  4 месяца назад

      Thank you! I’m happy you found the video useful. There will be many more coming.

  • @scamorza4786
    @scamorza4786 4 месяца назад +1

    Thank you so much for the video!! I don't know how to code and I learned how to create inputs thanks to you!

    • @aarondunn-zt7ev
      @aarondunn-zt7ev  4 месяца назад +1

      That’s great! Learning to code is challenging but very rewarding. I hope you will find my future videos helpful as well 😊

  • @abhishekdubey8115
    @abhishekdubey8115 23 дня назад

    your content is so well delivered thank you so much

  • @myquestforknowledge
    @myquestforknowledge 4 месяца назад

    Nice video, crisp and concise. Thanks and you've got a new subscriber.

    • @aarondunn-zt7ev
      @aarondunn-zt7ev  4 месяца назад

      Thank you. I’m glad you enjoyed the video!

  • @worldbrightmoviesempire5833
    @worldbrightmoviesempire5833 21 день назад

    Great tutorial

  • @Its_Alan_Paul
    @Its_Alan_Paul 3 месяца назад

    Thankyou so much for this video. Please do make more. Really simple and applicable.

  • @dommikador6524
    @dommikador6524 Месяц назад

    Super easy to grasp..

  • @LanningRon
    @LanningRon 3 месяца назад

    Great tutorial! It was clear and easily reproducible. Thank you!

    • @aarondunn-zt7ev
      @aarondunn-zt7ev  3 месяца назад

      Thanks you for the comment! I’m glad the video was helpful. I plan to make more so let me know what you would like to see.

  • @rustcartoonmovies302
    @rustcartoonmovies302 5 месяцев назад +1

    tq sir it was good help to bulid my mini project for college

  • @Calvinshukla
    @Calvinshukla 2 месяца назад +1

    how am i suppose to access the history?

  • @EchoesofHeartbreak
    @EchoesofHeartbreak 5 месяцев назад +1

    Can you make this gemini able to recognize images, create titles and tags and subjects (metadata), thanks

    • @aarondunn-zt7ev
      @aarondunn-zt7ev  5 месяцев назад +2

      Yes, definitely! Gemini 1.5 is multimodal and can take images, audio and video in the prompt with text. I am working on a video on Gemini for vision / images right now and will let you know when it’s posted.

    • @EchoesofHeartbreak
      @EchoesofHeartbreak 5 месяцев назад

      @@aarondunn-zt7ev okay, ty

    • @aarondunn-zt7ev
      @aarondunn-zt7ev  5 месяцев назад +1

      I just uploaded my video on Gemini for vision. Check it out here: ruclips.net/video/XcMcNBZawAU/видео.htmlsi=6p93NAlB6o9DePnz

  • @Eric-qz5hz
    @Eric-qz5hz 2 месяца назад

    WOW great video thanks alot!

  • @abayomijoshua7529
    @abayomijoshua7529 Месяц назад

    Nice great and wonderful

  • @RafTFS
    @RafTFS 6 месяцев назад +2

    how can you change this to run as a google Cloud Run?

    • @aarondunn-zt7ev
      @aarondunn-zt7ev  6 месяцев назад

      To run your chatbot on Google Cloud Run, you'll need to containerize your application using Docker, then deploy it. This involves creating a Dockerfile to package your code and dependencies, pushing the image to Google Container Registry, and deploying it via the Google Cloud Console. You can follow Google's Cloud Run quickstart guide (cloud.google.com/run/docs/quickstarts ) for detailed steps. If there's interest, I could create a detailed tutorial video on this process in the future.

    • @RafTFS
      @RafTFS 6 месяцев назад

      @@aarondunn-zt7ev that would be great if you could make such a tutorial. I have tried to put it on cloud run but my understanding is lacking. I keep getting a "service Unavailable" message on my run url. Im also not sure if I need to get a secret key etc. (my program runs fine from the console, but fails from the cloud run url). Anyway, great tutorials and I have subscribed :)

  • @abdullahmahir8478
    @abdullahmahir8478 2 месяца назад

    error : No module named 'google'
    but i downloaded all the requirements. can i know the reason?

  • @parthmahadik6038
    @parthmahadik6038 6 месяцев назад

    How can we feed it our customised data so that it behaves based on the data and response accordingly

    • @aarondunn-zt7ev
      @aarondunn-zt7ev  5 месяцев назад +2

      There are 2 approaches you can take. One is to just put all your data inside the prompt. This is possible nowadays even with big datasets as models now have huge context windows (up to 2 million tokens for Gemini 1.5 Pro). However, adding too much data to the prompt can be costly and even result in lower quality answers.
      The other approach is RAG (Retrieval Augmented Generation) which extracts smaller chunks of your dataset that are similar to your input query / question and then uses that data to produce an answer. This is much more efficient and when done properly may even result in better outputs.
      With either method, you would include in the prompt an instruction to only consider the data you provided when generating the response. This doesn’t work 100% of the time but overall it’s pretty reliable.
      I put out a video a little while back that demonstrated RAG for a chatbot and how to restrict the model to the data you provide. Check out the video here: ruclips.net/video/cpm28hEvGAA/видео.htmlsi=qAX6wM0ytI_VSu7v

  • @karkids
    @karkids 5 месяцев назад +1

    What google cloud project for API key

    • @aarondunn-zt7ev
      @aarondunn-zt7ev  5 месяцев назад +1

      You would select whatever project you want your Gemini code associated with. If you don’t have any Google Cloud projects then you should be able to select a Default option. Let me know if this doesn’t work and I’ll take a closer look.

    • @karkids
      @karkids 4 месяца назад

      I choose the generative language client and there is a key error every time

  • @larifond
    @larifond Месяц назад

    I am a French developer, and I would like to know, first, if it is possible to make the ChatBot speak in French and, secondly, if it is possible to get the remaining tokens. Otherwise, thank you very much, this video really helped me.

    • @ishaankelkar3908
      @ishaankelkar3908 Месяц назад

      I believe it knows French it just needs to have inputs in French

  • @poojasundar2115
    @poojasundar2115 3 месяца назад

    Actually, the pretty clear tutorial I've ever seen neat explanation, But I have a doubt What should we do when we prompted the model with pdf? can you make a video for that? and also integrated with UI design?

    • @iamtitanboi
      @iamtitanboi Месяц назад

      idk about pdf input but for UI you have to learn front-end development separately.

  • @mohamedmosad1117
    @mohamedmosad1117 5 месяцев назад

    great video , thanks for this video

  • @vietdihoc
    @vietdihoc 3 месяца назад

    How many requests can you make for each key?

    • @harshrana3012
      @harshrana3012 2 месяца назад

      1500 request as of now

    • @rryann088
      @rryann088 2 месяца назад

      @@harshrana3012 so its free to use and i can get another key if i exceed 1500?

  • @mohamedashiq8248
    @mohamedashiq8248 5 месяцев назад

    Hi can we create a customized data and it should answer only for customized data not should answer all the data

    • @iftekharansari5558
      @iftekharansari5558 5 месяцев назад

      In the model give a system instruction like, (system instruction= "Give response only from the file uploaded and not from outside the pdf or csv file provided" ) . This will limit it to answer only from the knowledge base given, feel free to customise your system instructions.

    • @aarondunn-zt7ev
      @aarondunn-zt7ev  5 месяцев назад

      There are 2 approaches you can take. One is to just put all your data inside the prompt. This is possible nowadays even with big datasets as models now have huge context windows (up to 2 million tokens for Gemini 1.5 Pro). However, adding too much data to the prompt can be costly and even result in lower quality answers.
      The other approach is RAG (Retrieval Augmented Generation) which extracts smaller chunks of your dataset that are similar to your input query / question and then uses that data to produce an answer. This is much more efficient and when done properly may even result in better outputs.
      With either method, you would include in the prompt an instruction to only consider the data you provided when generating the response. This doesn’t work 100% of the time but overall it’s pretty reliable.
      I put out a video a little while back that demonstrated RAG for a chatbot and how to restrict the model to the data you provide. Check out the video here: ruclips.net/video/cpm28hEvGAA/видео.htmlsi=qAX6wM0ytI_VSu7v

  • @havearelax31401
    @havearelax31401 4 месяца назад

    You are great man cheers

    • @aarondunn-zt7ev
      @aarondunn-zt7ev  4 месяца назад

      Thanks! I appreciate the comment. Let me know what other content you would like to see.

    • @havearelax31401
      @havearelax31401 4 месяца назад

      @@aarondunn-zt7ev It will be great if you use GEMNI API and made a chatbot, which will use custom datasheet from me.

  • @NikhilBajaj-qs2he
    @NikhilBajaj-qs2he 7 дней назад

    Yo can anyone tell me how to get api placeholder url or what thai is

  • @techwithsibro
    @techwithsibro 5 месяцев назад

    Thanks a lot!

    • @aarondunn-zt7ev
      @aarondunn-zt7ev  5 месяцев назад

      You’re welcome! Let me know if there is any specific content that you would be interested in seeing.

  • @tawanbaohlopet9034
    @tawanbaohlopet9034 6 месяцев назад

    How do I add germini with my Facebook page?

    • @aarondunn-zt7ev
      @aarondunn-zt7ev  6 месяцев назад +1

      I don’t have any experience creating Facebook apps, but I can look to do some more research on it. From what I’ve discovered so far, to add a Gemini-powered chatbot to your Facebook page, you'll need to integrate it using Facebook Messenger's API. This involves setting up a Facebook Developer account, creating a Facebook app, and configuring a webhook to handle messages. You'd then connect the Gemini API to process and respond to these messages. It would be an interesting project and video!

  • @Its_Alan_Paul
    @Its_Alan_Paul 3 месяца назад

    Is there something wrong wit Audio ?

  • @brainfulness2189
    @brainfulness2189 16 дней назад

    Hi aaron, please contnue the video on how to set it out the chat bot on web site. Also please using additional the pdf file or csv file to add as for additional knowlwdge about say the list of book that say , you want to sell ..hoe to set it out?