https://github.com/blacksmithop/santagpt
Talk to Santa Claus
https://github.com/blacksmithop/santagpt
Last synced: about 1 year ago
JSON representation
Talk to Santa Claus
- Host: GitHub
- URL: https://github.com/blacksmithop/santagpt
- Owner: blacksmithop
- Created: 2023-12-15T07:29:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-21T04:35:37.000Z (over 2 years ago)
- Last Synced: 2025-02-10T05:23:03.215Z (over 1 year ago)
- Language: Python
- Size: 8.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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
```