Commits on Source (2)
-
CARDILE VINCENT authoreda87bab64
-
CARDILE VINCENT authored13cafaeb
Showing
- Cargo.toml 1 addition, 1 deletionCargo.toml
- model/mymist.modelfile 16 additions, 5 deletionsmodel/mymist.modelfile
- model/myphy.modelfile 32 additions, 0 deletionsmodel/myphy.modelfile
- model/mysolar.modelfile 32 additions, 0 deletionsmodel/mysolar.modelfile
- src/data.rs 17 additions, 11 deletionssrc/data.rs
- src/main.rs 26 additions, 7 deletionssrc/main.rs
- src/node.rs 81 additions, 41 deletionssrc/node.rs
... | @@ -9,5 +9,5 @@ edition = "2021" | ... | @@ -9,5 +9,5 @@ edition = "2021" |
serde_json ="1.0" | serde_json ="1.0" | ||
ollama-rs = "0.1.7" | ollama-rs = "0.1.7" | ||
tokio = { version = "1", features = ["full"] } | tokio = { version = "1", features = ["full"] } | ||
serde = { version = "1.0.196", features = ["derive"] } | serde = "1.0.196" | ||
chrono = "0.4.19" | chrono = "0.4.19" | ||
\ No newline at end of file |
model/myphy.modelfile
0 → 100644
model/mysolar.modelfile
0 → 100644