https://github.com/esshahn/awesomebot
https://github.com/esshahn/awesomebot
List: awesomebot
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/esshahn/awesomebot
- Owner: Esshahn
- Created: 2023-03-26T09:34:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-28T16:46:00.000Z (over 2 years ago)
- Last Synced: 2025-03-08T13:01:47.962Z (4 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`