/MarvTheCommandLineChatBot

Marv the command line chatbot is a command line application built with open ai gpt3.5 and python, it is a fun chat application for dealing with boredom, It was prompted to be a sarcastic assistant

Primary LanguagePython

The Sarcastic Bot

Usage

  • Get your api key from openAI
  • Create a .env file in your root directory
  • Store your api key in the .env file in this format OPENAI_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 + C on windows and Command + C on MacOS

TeleMarv

This is the support for marv on telegram

(Message Marv)[https://t.me/marvTheSarcasticBot]

No documentation yet