Updated config.toml
This commit is contained in:
+2
-2
@@ -18,7 +18,7 @@ base_url = "http://localhost:8080/v1"
|
|||||||
api_key = "not-needed"
|
api_key = "not-needed"
|
||||||
model = "gemma-4-E4B"
|
model = "gemma-4-E4B"
|
||||||
system_prompt = "You are a concise assistant on a low-bandwidth mesh radio. Replies must be brief — under 180 bytes."
|
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
|
request_timeout_seconds = 60
|
||||||
|
|
||||||
[storage]
|
[storage]
|
||||||
@@ -39,7 +39,7 @@ send_retries = 1
|
|||||||
[web]
|
[web]
|
||||||
# Built-in read-only web UI: stored conversations + live status.
|
# Built-in read-only web UI: stored conversations + live status.
|
||||||
enabled = true
|
enabled = true
|
||||||
host = "0.0.0.0"
|
host = "127.0.0.1"
|
||||||
port = 8080
|
port = 8080
|
||||||
|
|
||||||
[advertise]
|
[advertise]
|
||||||
|
|||||||
Reference in New Issue
Block a user