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]