Skip to content

Commit 672fdb7

Browse files
authored
Fix caution callout in README (#197)
1 parent f012e91 commit 672fdb7

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ the Gemini API. The Gemini API gives you access to Gemini
1010
Gemini models are built from the ground up to be multimodal, so you can reason
1111
seamlessly across text, images, and code.
1212

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.
1819
1920
## Get started with the Gemini API
2021

0 commit comments

Comments
 (0)