a cute uwu bot
-
clone the repository
git clone https://github.com/YuraSuper2048/uwu-mew-mew-6.git
-
set the environment variables
export DISCORD_TOKEN= # discord bot token export GPT_OPENAI_API_BASE= # api base ending with /v1 export GPT_OPENAI_API_KEY= # api key export CLAUDE_OPENAI_API_BASE= # api base, in openai spec, ending with /v1 export CLAUDE_OPENAI_API_KEY= # api key export RUST_LOG=error,uwu_mew_mew_6=info # replace info with trace if you want to get all logging
-
run
cargo run
or
cargo run --release
for an optimized build
if your going to host this, please understand the license conditions. This work is licensed under AGPLv3.