From 7bff88bba999576df0181b9919e88cdb13531465 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Gallou=C3=ABt?= Date: Thu, 6 Feb 2025 13:17:17 +0000 Subject: [PATCH] Do not use HOSTNAME env MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Adrien Gallouët --- backends/llamacpp/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backends/llamacpp/src/main.rs b/backends/llamacpp/src/main.rs index 1919580d..f9bf5651 100644 --- a/backends/llamacpp/src/main.rs +++ b/backends/llamacpp/src/main.rs @@ -104,7 +104,7 @@ struct Args { max_batch_size: Option, /// IP address to listen on. - #[clap(default_value = "0.0.0.0", long, env)] + #[clap(default_value = "0.0.0.0", long)] hostname: String, /// Port to listen on.