Any project in rust you want to chat about.

  • I’m currently working on a discord bot, it’s still a major work on progress though.

    It’s a rewrite of a bot I made a few months ago in Python but I wasn’t getting the control I needed with the libraries available and based on my current testing, this rewrite is what I needed

    It uses ML to generate text replies (currently using ChatGPT) and images (currently using DALL-E and Stable diffusion), I’ve got the text generation working, I just need yo get image generation working now.

    Link to the github: https://github.com/2haloes/Delta-bot-rusty

    Link to the original bot (has the env variables that need to be set): https://github.com/2haloes/Delta-Discord-Bot