https://github.com/griffinannshual/customdataaichatbot
https://github.com/griffinannshual/customdataaichatbot
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/griffinannshual/customdataaichatbot
- Owner: GriffinAnnshual
- Created: 2023-10-03T20:59:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-08T11:38:57.000Z (about 2 years ago)
- Last Synced: 2025-01-21T06:43:32.685Z (9 months ago)
- Language: TypeScript
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```