Skip to content

Commit

Permalink
update readmes (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubox76 committed Apr 25, 2024
1 parent 743b801 commit 7ef0500
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
See [changelog for @google/generative-ai](/packages/main/CHANGELOG.md)
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Google AI JavaScript SDK
# Google AI SDK for JavaScript

> [!CAUTION]
> **Using the Google AI SDK for JavaScript directly from a client-side app is
> recommended for prototyping only.** If you plan to enable billing, we strongly
> recommend that you call the Google AI Gemini API only server-side to keep your
> API key safe. You risk potentially exposing your API key to malicious actors
> if you embed your API key directly in your JavaScript app or fetch it remotely
> at runtime.
The Google AI JavaScript SDK enables developers to use Google's state-of-the-art generative AI models (like Gemini) to build AI-powered features and applications. This SDK supports use cases like:
- Generate text from text-only input
Expand Down
10 changes: 9 additions & 1 deletion packages/main/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Google AI JavaScript SDK
# Google AI SDK for JavaScript

> [!CAUTION]
> **Using the Google AI SDK for JavaScript directly from a client-side app is
> recommended for prototyping only.** If you plan to enable billing, we strongly
> recommend that you call the Google AI Gemini API only server-side to keep your
> API key safe. You risk potentially exposing your API key to malicious actors
> if you embed your API key directly in your JavaScript app or fetch it remotely
> at runtime.
The Google AI JavaScript SDK enables developers to use Google's state-of-the-art generative AI models (like Gemini) to build AI-powered features and applications. This SDK supports use cases like:
- Generate text from text-only input
Expand Down

0 comments on commit 7ef0500

Please sign in to comment.