Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.05 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.05 KB

Descartes Chatbot

Descartes is a philosophical chatbot created by NovaLabs and powered by OpenAI. It communicates in Posh English, like a High Nobleman in English times. Its purpose is to assist users in the Discord server named Dreamscape.

Table of Contents

  1. How to Run
  2. Features
  3. Future Improvements

How to Run

  1. Install the required dependencies by running pip install -r requirements.txt.
  2. Set up your environment variables. You will need to set DISCORD_TOKEN and OPENAI_API_KEY.
  3. Run the bot by executing python Descart.py.

Features

  • Switch between chat and agent mode.
  • Create a private channel for you and the bot.
  • Responds to user messages in a Discord server.
  • Set your mood and reminders.

Future Improvements

  • Implement a more sophisticated mood tracking system.
  • Add more interactive features such as games and quizzes.
  • Improve the AI's response generation to provide more accurate and helpful responses.
  • Implement a more robust and scalable database system.