From 18eb68f03d56b300bfe673ac619b85677482854d Mon Sep 17 00:00:00 2001 From: Tobias Huttinger Date: Wed, 6 May 2026 21:56:37 +0200 Subject: [PATCH] Updated config.toml --- config.example.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.example.toml b/config.example.toml index 5430566..6d98ae6 100644 --- a/config.example.toml +++ b/config.example.toml @@ -18,7 +18,7 @@ base_url = "http://localhost:8080/v1" api_key = "not-needed" model = "gemma-4-E4B" system_prompt = "You are a concise assistant on a low-bandwidth mesh radio. Replies must be brief — under 180 bytes." -temperature = 0.7 +temperature = 1.0 request_timeout_seconds = 60 [storage] @@ -39,7 +39,7 @@ send_retries = 1 [web] # Built-in read-only web UI: stored conversations + live status. enabled = true -host = "0.0.0.0" +host = "127.0.0.1" port = 8080 [advertise]