Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```