Commits on Source (40)
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
Starboard See merge request stephen/cat-disruptor-6500!9
-
Stephen D authored
-
Stephen D authored
better reaction tokenization Closes #1 See merge request stephen/cat-disruptor-6500!10
-
Stephen D authored
-
Stephen D authored
change the horse emoji to make braydon happy See merge request stephen/cat-disruptor-6500!11
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Scarlett authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
-
Stephen D authored
Showing
- Cargo.lock 863 additions, 636 deletionsCargo.lock
- Cargo.toml 8 additions, 6 deletionsCargo.toml
- README.md 16 additions, 1 deletionREADME.md
- migrations/2022-10-05-220626_server_settings/down.sql 1 addition, 0 deletionsmigrations/2022-10-05-220626_server_settings/down.sql
- migrations/2022-10-05-220626_server_settings/up.sql 7 additions, 0 deletionsmigrations/2022-10-05-220626_server_settings/up.sql
- migrations/2022-10-06-221533_starboard_mapping/down.sql 1 addition, 0 deletionsmigrations/2022-10-06-221533_starboard_mapping/down.sql
- migrations/2022-10-06-221533_starboard_mapping/up.sql 4 additions, 0 deletionsmigrations/2022-10-06-221533_starboard_mapping/up.sql
- src/config.rs 14 additions, 1 deletionsrc/config.rs
- src/handlers/horse.rs 1 addition, 1 deletionsrc/handlers/horse.rs
- src/handlers/llama.rs 195 additions, 0 deletionssrc/handlers/llama.rs
- src/handlers/mod.rs 56 additions, 10 deletionssrc/handlers/mod.rs
- src/handlers/react.rs 4 additions, 4 deletionssrc/handlers/react.rs
- src/handlers/starboard.rs 244 additions, 0 deletionssrc/handlers/starboard.rs
- src/handlers/sus.rs 2 additions, 3 deletionssrc/handlers/sus.rs
- src/handlers/xbasic.rs 47 additions, 58 deletionssrc/handlers/xbasic.rs
- src/main.rs 11 additions, 5 deletionssrc/main.rs
- src/models.rs 12 additions, 9 deletionssrc/models.rs
- src/program.rs 12 additions, 7 deletionssrc/program.rs
- src/schema.rs 19 additions, 0 deletionssrc/schema.rs
[package] | ||
name = "cat-disruptor-6500" | ||
version = "0.1.2" | ||
authors = ["Stephen <stephen@stephendownward.ca>"] | ||
version = "0.3.0" | ||
authors = ["Stephen <wemaster@scd31.com>"] | ||
edition = "2018" | ||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
[dependencies] | ||
serenity = {version = "0.9", default-features = false, features = ["client", "gateway", "rustls_backend", "model", "static_assertions"] } | ||
tokio = {version = "0.2", features = ["full", "time"] } | ||
serenity = {version = "0.11", default-features = false, features = ["client", "gateway", "rustls_backend", "model", "static_assertions", "cache"] } | ||
tokio = {version = "1.21", features = ["full", "time"] } | ||
phf = { version = "0.8", features = ["macros"] } | ||
toml = "0.5" | ||
serde = { version = "1.0", features = ["derive"] } | ||
xbasic = "0.3.1" | ||
png = "0.16" | ||
diesel = { version = "1.4", features = ["postgres", "numeric"] } | ||
diesel = { version = "2", features = ["postgres", "numeric"] } | ||
dotenv = "0.15.0" | ||
bigdecimal = "0.1.2" | ||
reqwest = { version = "0.10", features = ["json"] } | ||
reqwest = { version = "0.11", features = ["json"] } | ||
serde_json = "1.0" | ||
rusttype = "0.4.3" | ||
rand = "0.8" | ||
itertools = "0.10" | ||
anyhow = "1.0" | ||
ollama-rs = "0.1.5" |
src/handlers/llama.rs
0 → 100644
src/handlers/starboard.rs
0 → 100644