An HTML-based web app designed to enhance user interaction with language models using custom prompts. Suitable for static web page servers such as GitHub Pages, the app operates without Python or active server dependencies.
This project is an HTML-based Gemini Google web app designed to facilitate interaction with language models using custom prompts. It operates without Python or active server dependencies, suitable for deployment on static web page servers such as GitHub Pages. The app allows users to control model temperature, offers four customizable prompts, and saves custom prompts in client cookies for seamless use.
- Model Temperature Control: Fine-tune response characteristics.
- Customizable Prompts: Four prompts for tailored interactions.
- Client-Side Storage: Custom prompts saved in client cookies, enabling import and export of custom prompts.
- Static Deployment: Easy deployment on any static web page server like GitHub Pages.
- HTML-Based: Ensuring compatibility and simplicity for static web page servers.
- HTML: Core structure of the web app.
- JavaScript: Manages client-side functionalities and interactions.
- Bootstrap: Ensures a responsive and visually appealing UI.
- Open the web app: https://bit.ly/CustGemini
- Add your API key.
- Fill in the prompts and select prompt if required.
- Ask questions to the Gemini LLM.
- Fork the repository.
- On GitHub, go to: Settings > Pages.
- In Build and Deploy, select the main branch and set the directory to root, then save.
- This will deploy your site at:
https://{username}.github.io/google-gemini-custom-prompts-webapp-LLM-p/
- Clone the repository:
git clone https://github.com/siddharthsky/google-gemini-custom-prompts-webapp-LLM-p.git
- Open
index.html
in your web browser.
Note
To use the web app, add your API key in the API tab.
Your API key is securely stored in your local browser's cookie and is never transmitted to the cloud.
Contributions are welcome! Whether it's feedback, suggestions, or improvements, your input is appreciated.
This project is licensed under the MIT License - see the LICENSE file for details.