llama
Showing
- Cargo.lock 49 additions, 0 deletionsCargo.lock
- Cargo.toml 1 addition, 0 deletionsCargo.toml
- src/config.rs 9 additions, 1 deletionsrc/config.rs
- src/handlers/llama.rs 129 additions, 0 deletionssrc/handlers/llama.rs
- src/handlers/mod.rs 19 additions, 9 deletionssrc/handlers/mod.rs
- src/main.rs 1 addition, 1 deletionsrc/main.rs
... | ... | @@ -23,3 +23,4 @@ rusttype = "0.4.3" |
rand = "0.8" | ||
itertools = "0.10" | ||
anyhow = "1.0" | ||
reqwest-streams = { version = "0.3.0", features = ["json"] } |
src/handlers/llama.rs
0 → 100644
Please register or sign in to comment