Gemini AI on iOS with SwiftUI (Tutorial)

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

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

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

    I love it! Specially the way you use for saving api key helped a lot.

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

      Glad it helped!

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

      Yes, for sure! That is how it's recommended in the Gemini Documentation

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

    How can I do the same with UI kit ? Can you also do it with UI kit ?

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

      Hi ! The gemini SDK will work the same way with UIKit since the AI request code is not UIKit dependent. Once you get the AI response, you can display it in a UITextView or UILabel connected to, for instance an IBOutlet. Is there any particular challenge that you are facing? Let me know, and do subscribe to the channel if you haven't already :)

  • @ionpavelescu2125
    @ionpavelescu2125 ปีที่แล้ว +1

    very good , make videos with biger quality

    • @swiftodyssey
      @swiftodyssey  ปีที่แล้ว

      Thanks! Leave a like & consider subscribing if you liked this content 🙂

  • @Traoreee
    @Traoreee ปีที่แล้ว

    Why does it use plist file to fetch the key? Does it protect our api key from api-thieves? 🤣

    • @swiftodyssey
      @swiftodyssey  ปีที่แล้ว

      It is just one of the ways by which you could store your API_KEY. Refer Google's documentation here: ai.google.dev/tutorials/swift_quickstart#secure-api-key . You could store and read your API key any way you want, just ensure that you don't expose it in public source control.

    • @swiftodyssey
      @swiftodyssey  ปีที่แล้ว +1

      Leave a like & consider subscribing if you liked this content 🙂