- Get your api key from openAI
- Create a
.envfile in your root directory - Store your api key in the
.envfile in this formatOPENAI_API_KEY=<Your API Key> - Clone the repository
git clone https://github.com/AnozieChibuike/MarvTheCommandLineChatBot - Navigate into the working directory
cd MarvTheCommandLineChatBot/ - Install dependencies
pip install -r requirements.txt - Run the application
python3 marv.py - Optional, You can choose the bot name before run
python3 marv.py --name <your custom bot name> - To stop the bot press
Ctrl + Con windows andCommand + Con MacOS
This is the support for marv on telegram
(Message Marv)[https://t.me/marvTheSarcasticBot]
No documentation yet