bossjones / goob_ai

MIT License
1 stars 0 forks source link

goob_ai

POC langchain rag discord chatbot. Heavily inspired by DiscordLangAgent

Description

This is a Discord chatbot built with LangChain. It uses the Agent features in LangChain to create flexible conversation chains based on user input. The bot can interact with different language models and tools, and supports multiple API endpoints. It's designed with customization in mind, allowing for the addition and modification of features as needed.

Testing

Attempting to test using https://dpytest.readthedocs.io/en/latest/

Features

.env File Setup

The .env file is used to store environment variables for your project. These variables can include API keys, database URIs, and other sensitive information that you don't want to hardcode into your application.

To set up the .env file:

  1. Rename the sample.env file to .env.
  2. Open the .env file and replace the placeholder values with your actual values.

Here's a breakdown of each item in the .env file: