File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,12 @@ the Gemini API. The Gemini API gives you access to Gemini
10
10
Gemini models are built from the ground up to be multimodal, so you can reason
11
11
seamlessly across text, images, and code.
12
12
13
- > [ !CAUTION] ** The Google AI SDK for Swift is recommended for prototyping
14
- > only.** If you plan to enable billing, we strongly recommend that you use a
15
- > backend SDK to access the Google AI Gemini API. You risk potentially exposing
16
- > your API key to malicious actors if you embed your API key directly in your
17
- > Swift app or fetch it remotely at runtime.
13
+ > [ !CAUTION]
14
+ > ** The Google AI SDK for Swift is recommended for prototyping only.** If you
15
+ > plan to enable billing, we strongly recommend that you use a backend SDK to
16
+ > access the Google AI Gemini API. You risk potentially exposing your API key to
17
+ > malicious actors if you embed your API key directly in your Swift app or fetch
18
+ > it remotely at runtime.
18
19
19
20
## Get started with the Gemini API
20
21
You can’t perform that action at this time.
0 commit comments