Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manangandhi1810/gemini-chat
A simple chat application built using Google's Gemini Pro API
https://github.com/manangandhi1810/gemini-chat
Last synced: 1 day ago
JSON representation
A simple chat application built using Google's Gemini Pro API
- Host: GitHub
- URL: https://github.com/manangandhi1810/gemini-chat
- Owner: MananGandhi1810
- Created: 2023-12-13T18:18:57.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2023-12-13T18:29:54.000Z (11 months ago)
- Last Synced: 2023-12-13T20:33:02.473Z (11 months ago)
- Language: C++
- Size: 262 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gemini Chat
A simple chat application built with Google's [Gemini](https://ai.google.dev/).## Getting Started
1. Clone the repository
2. Install dependencies
3. Create a `.env` file in the root directory
4. Save your API key in the `.env` file as `API_KEY`
5. Run the application using `flutter run`