This commit is contained in:
legitnull 2023-02-17 14:14:49 -07:00
parent 632abc2706
commit 2767b192f9
2 changed files with 13 additions and 2 deletions

View File

@ -1 +1,12 @@
# G.1.R - GARBAGE INTERNET ROBOT
# G.1.R - GARBAGE INTERNET ROBOT
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
# TODO
- add bots
- proxy support
- ident rand
- user log
- user clone
- console
- scan

View File

@ -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<String> {
let mut responses = Vec::new();