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
- Host: GitHub
- URL: https://github.com/dy-tea/markov-chains-bot
- Owner: dy-tea
- License: gpl-3.0
- Created: 2024-11-14T23:00:23.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-11-30T19:33:58.000Z (6 months ago)
- Last Synced: 2025-02-12T14:23:02.725Z (4 months ago)
- Topics: discord, discord-bot, poise-rs, rust
- Language: Rust
- Homepage:
- Size: 134 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.