Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/szokeasaurusrex/holy-chef
CSE 5914 Project
https://github.com/szokeasaurusrex/holy-chef
Last synced: 8 days ago
JSON representation
CSE 5914 Project
- Host: GitHub
- URL: https://github.com/szokeasaurusrex/holy-chef
- Owner: szokeasaurusrex
- Created: 2023-01-19T21:48:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-20T15:49:27.000Z (almost 2 years ago)
- Last Synced: 2024-12-17T02:40:09.878Z (about 1 month ago)
- Language: Python
- Size: 109 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# holy-chef
CSE 5914 Project## Setup
Make file called `.env` in top directory. It should include:
```
elastic_password = '[your password here]'
OPENAI_API_KEY = '[your openAI api key here]'
```