idk
This commit is contained in:
parent
632abc2706
commit
2767b192f9
13
README.md
13
README.md
@ -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
|
@ -14,7 +14,7 @@ struct Config {
|
|||||||
personalities: String,
|
personalities: String,
|
||||||
}
|
}
|
||||||
pub struct Ai;
|
pub struct Ai;
|
||||||
|
// setup a prompt and respnse log for training other bots
|
||||||
impl Command for Ai {
|
impl Command for Ai {
|
||||||
fn handle(&self, message: &str) -> Vec<String> {
|
fn handle(&self, message: &str) -> Vec<String> {
|
||||||
let mut responses = Vec::new();
|
let mut responses = Vec::new();
|
||||||
|
Loading…
Reference in New Issue
Block a user