This commit is contained in:
dachus 2023-11-14 10:37:45 -03:00
parent 2f5e080d61
commit 3174a67fac
2 changed files with 0 additions and 5 deletions

View File

@ -40,7 +40,6 @@ hmac = "0.12"
http = "0.2.9"
jwt = "0.16"
lazy_static = "1.4.0"
llama_cpp_rs = "0.3.0"
log = "*"
num-traits = "0.2"
open = "5.0.0"

View File

@ -47,10 +47,6 @@ const REVEAL_IP: bool = true;
#[tokio::main]
async fn main() {
#[cfg(feature = "llm")]
{
println!("TODO remove this print llm is enabled");
}
// For use with https://github.com/tokio-rs/console
// console_subscriber::init();