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

https://github.com/griffinannshual/customdataaichatbot


https://github.com/griffinannshual/customdataaichatbot

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# CustomDataAIChatBot

## Setup

1. Clone this repository

```bash
https://github.com/GriffinAnnshual/CustomDataAIChatBot.git
```

2. Install dependencies

```bash
cd CustomDataAIChatBot
npm install
```

3. Start Supabase

```bash
supabase start
```

5. Create a `.env` file in the root directory of the project and add your API keys:

```
Supabase_Project_URL="YOUR SUPABASE KEY"
Supabase_API_Key="YOUR SUPABASE API KEY"
openai_key="YOUR OPENAI KEY"
```