Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/blacksmithop/santagpt
- Owner: blacksmithop
- Created: 2023-12-15T07:29:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-21T04:35:37.000Z (about 1 year ago)
- Last Synced: 2024-10-15T02:23:53.300Z (3 months 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
```