Updated config.toml
This commit is contained in:
+2
-2
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user