mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-11-22 11:22:59 +03:00
cleaning
This commit is contained in:
parent
2f5e080d61
commit
3174a67fac
@ -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"
|
||||
|
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user