Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/esshahn/awesomebot
https://github.com/esshahn/awesomebot
List: awesomebot
Last synced: about 8 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/esshahn/awesomebot
- Owner: Esshahn
- Created: 2023-03-26T09:34:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-28T16:46:00.000Z (almost 2 years ago)
- Last Synced: 2024-05-27T22:23:03.668Z (8 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
## Awesomebot POC Chatbot for Kiezlabor
### Setup environment
`python -m venv myenv` for virtual environment
`source myenv/bin/activate` to switch into the environment
`pip install -r requirements.txt` to install missing requirementsCreate a `.env` file and add your OpenAI API Key to it like this:
`OPENAI_API_KEY="sk-your-key"`### Run
`python main.py`