From f72547c9fbe2a3d789ff23648a6c25430fad1209 Mon Sep 17 00:00:00 2001 From: Morgan Funtowicz Date: Thu, 27 Feb 2025 22:56:04 +0100 Subject: [PATCH] feat(metrics): remove ngrok mandatory feature for backendv3 crate --- backends/v3/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backends/v3/Cargo.toml b/backends/v3/Cargo.toml index 1489efb4..da8e8353 100644 --- a/backends/v3/Cargo.toml +++ b/backends/v3/Cargo.toml @@ -18,7 +18,7 @@ async-trait = "0.1.74" async-stream = "0.3.5" axum = { version = "0.7", features = ["json"] } axum-tracing-opentelemetry = "0.16" -text-generation-router = { path = "../../router", features = ["engine-state", "ngrok"] } +text-generation-router = { path = "../../router", features = ["engine-state"] } clap = { version = "4.4.5", features = ["derive", "env"] } grpc-metadata = { path = "../grpc-metadata" } futures = "0.3.28"