Skip to content

Commit

Permalink
no>on
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasalmeida committed Sep 12, 2024
1 parent 5e4ebeb commit fe7d85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h1>
<a href="https://aistudio.google.com/app/apikey" target="_blank">API Keys</a>. <button id="provideKey">Provide yours</button> if you want to store it in localStorage. In that case <code>GEM(_YOUR_API_KEY_)</code> below, is simply <code>GEM</code>
</li>
<li>
ES6 <a href="https://ai.google.dev/gemini-api/docs/downloads" target="_blank">SDK</a>: <code>"https://esm.run/@google/generative-ai"</code> (not used here, exploration focused no APIs, not SDKs.
ES6 <a href="https://ai.google.dev/gemini-api/docs/downloads" target="_blank">SDK</a>: <code>"https://esm.run/@google/generative-ai"</code> (not used here, exploration focused on APIs, not SDKs.
</li>
<li>
Programaticaly: <code>await (new (await import('https://episphere.github.io/gemini/gem.mjs')).GEM(_YOUR_API_KEY_)).post('how long to the moon')
Expand Down

0 comments on commit fe7d85a

Please sign in to comment.