-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9772c19
commit dae0c1e
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,29 @@ | ||
# Gemini | ||
A single page serverless, lightweight, responsive, website to call Google's AI language model Gemini. | ||
|
||
## Note | ||
- I would advise against hosting this webpage with the apiKey hardcoded as it may pose a risk of being leaked on the internet and Google will disable the apiKey. | ||
- Additionally, please refrain from using the apiKey provided in the about section, as it is intended only for new users to test quickly. | ||
|
||
## How to get OpenAI API key | ||
- Go to [Gemini API](https://aistudio.google.com/app/apikey) and get one for yourself. | ||
|
||
### How to Use | ||
|
||
``` | ||
1. Clone the Repo. | ||
``` | ||
|
||
``` | ||
2. Open index.html file in browser | ||
``` | ||
|
||
``` | ||
3. - Paste your apiKey into the textbox in the UI. | ||
- You can also appened it in the URL like, ' index.html?key=xxxxx ' | ||
- you can also hardcode apiKey if you dont have plan for hosting. | ||
``` | ||
|
||
``` | ||
4. Start Asking Questions.. | ||
``` |