From 2767b192f9a24c7d1ebd928c0d3a5412ffb0109e Mon Sep 17 00:00:00 2001 From: legitnull Date: Fri, 17 Feb 2023 14:14:49 -0700 Subject: [PATCH] idk --- README.md | 13 ++++++++++++- src/modules/ai.rs | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e622e4..957c140 100644 --- a/README.md +++ b/README.md @@ -1 +1,12 @@ -# G.1.R - GARBAGE INTERNET ROBOT \ No newline at end of file +# G.1.R - GARBAGE INTERNET ROBOT + +AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + +# TODO +- add bots +- proxy support +- ident rand +- user log +- user clone +- console +- scan \ No newline at end of file diff --git a/src/modules/ai.rs b/src/modules/ai.rs index beae3e2..5312410 100644 --- a/src/modules/ai.rs +++ b/src/modules/ai.rs @@ -14,7 +14,7 @@ struct Config { personalities: String, } pub struct Ai; - + // setup a prompt and respnse log for training other bots impl Command for Ai { fn handle(&self, message: &str) -> Vec { let mut responses = Vec::new();