Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bethropolis/gemini-chatapp
A chat appp utilizing the gemini pro api
https://github.com/bethropolis/gemini-chatapp
chatapp chatbot fullstack gemini gemini-pro machine-learning
Last synced: 3 months ago
JSON representation
A chat appp utilizing the gemini pro api
- Host: GitHub
- URL: https://github.com/bethropolis/gemini-chatapp
- Owner: bethropolis
- Created: 2024-02-02T21:29:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-15T21:10:57.000Z (4 months ago)
- Last Synced: 2024-10-17T08:07:03.875Z (4 months ago)
- Topics: chatapp, chatbot, fullstack, gemini, gemini-pro, machine-learning
- Language: Svelte
- Homepage: https://gemini-chatapp.vercel.app
- Size: 907 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gemini chat app
## installation
clone the repository or setup a new codespace.
then run the following command
```bash
npm install
```run the project in development mode
```bash
npm run dev
```## setup
get your gemini key [here](https://makersuite.google.com/app/apikey)
create a `.env` file with the following content
```bash
PRIVATE_API_KEY=YOUR_GEMINI_API_KEY
```