Skip to content

Pensa Bot is a Discord chat bot powered by the GPT-2 model from Hugging Face. Start engaging conversations with the `!ask` command. Perfect for adding interactive discussions to your Discord server.

Notifications You must be signed in to change notification settings

dom557/pensa-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pensa Bot

GitHub issues GitHub forks GitHub stars GitHub license

Pensa Bot is a Discord chat bot powered by the GPT-2 model from Hugging Face. Start a conversation with it using the command !ask followed by your query. This bot is designed to facilitate engaging and interactive discussions on your Discord server.

Example Usage

To start a conversation with Pensa Bot, use the command:

!ask What do you want to talk about?

Getting Started

Follow these instructions to set up and run Pensa Bot on your local machine for development and testing purposes.

Prerequisites

Ensure you have the following installed:

  • Python 3.8+
  • pip

Installation

  1. Clone the repo:
    git clone repo-url
  2. Navigate to the project directory:
    cd pensa-bot
  3. Create and activate a virtual environment:
    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  4. Install the dependencies:
    pip install -r requirements.txt
  5. Create a .env file in the root directory and add the required environment variables:
    DISCORD_BOT_TOKEN=your_discord_bot_token
    

Running the Bot

Start the bot by running:

python bot.py

Feedback

If you have any feedback, please reach out to me mail.

FAQ

How do I start a conversation with Pensa Bot?

Use the command !ask followed by your question or topic. For example:

!ask How's the weather today?

What model does Pensa Bot use?

Pensa Bot uses the GPT-2 model from Hugging Face to generate responses.

Authors

About

Pensa Bot is a Discord chat bot powered by the GPT-2 model from Hugging Face. Start engaging conversations with the `!ask` command. Perfect for adding interactive discussions to your Discord server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages