An open API service indexing awesome lists of open source software.

https://github.com/dy-tea/markov-chains-bot

Discord Bot that generates Markov chains based off an input query
https://github.com/dy-tea/markov-chains-bot

discord discord-bot poise-rs rust

Last synced: 2 months ago
JSON representation

Discord Bot that generates Markov chains based off an input query

Awesome Lists containing this project

README

        

# Markov Chains Discord Bot
This is a Discord Bot that generates text using Markov chains. Models can be generated using plain text files and queried by their tokens. See [here](https://github.com/krypt0nn/markov-chains) for the implementation of the markov chains generator.

## Supported commands
- `/sysinfo`
- `/query`
- `/params`
- `set`
- `reset`
- `show`
- `/model`
- `list`
- `info`
- `load`
- `build`
- `fromscratch`

## Usage
Use `/query ` to generate text with the currently loaded model.

Use `/model list` to list the available models.

Use `/model load ` to load a different model.

Use `/model fromscratch ` to load a text file from that url and create a model from it.