Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/blacksmithop/santagpt

Talk to Santa Claus
https://github.com/blacksmithop/santagpt

Last synced: 23 days ago
JSON representation

Talk to Santa Claus

Awesome Lists containing this project

README

        

# SantaGPT

### Installation

```sh
pip install -r requirements.txt
```

Create an `.env` file

```
OPENAI_API_KEY=
AZURE_OPENAI_ENDPOINT=
OPENAI_API_VERSION=
DEPLOYMENT_NAME=
ELEVANLABS_API_KEY=
```

```sh
python chatbot.py
```