Giter Club home page Giter Club logo

discord-bot's Introduction

AI discord bot

Setup the bot

Follow the discord.js guide to create a bot and add it to a server.

Add .env file

Create a .env file from the .env.template in the root directory of the project. DISCORD_BOT_GUILD_ID is the id of the server the bot is added to. It's not recommended to add the bot to multiple servers.

Setup with oobabooga collab

oobabooga collab

An OpenAI compatible api will be generated from this collab. The URL can be found in the console after OpenAI compatible API URL.

openai api url

Configure the adapter

A model adapter will need to be created in src/config/models from the model.template.yml. For example,

name: mistral
description: The mistral model hosted on oobabooga collab
url: https://sandwich-descriptions-ease-wto.trycloudflare.com

Note: Be sure to remove the /v1 from the end of the url that the collab generates.

Deploy the bot

The bot can be run with npm start.

The first time the bot is run, it will need the commands to be registered. This can be done with npm run deploy-commands. The commands will need to be redeployed after any changes to the commands.

Set the adapter

The adapter can be set from the bot using the /model set command. The choices will be based on the name field of the adapters.

Interact with the bot

The bot can be interacted with using the /ask for a zero-context question.

discord-bot's People

Contributors

jonoco avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.