diff --git a/navi/profiles/developer/config.json b/navi/profiles/developer/config.json index 28f0b19..99ce158 100644 --- a/navi/profiles/developer/config.json +++ b/navi/profiles/developer/config.json @@ -13,8 +13,8 @@ "gemma4:31b-cloud", "gemma4:26b-a4b-it-q4_K_M" ], - "temperature": 1.0, - "max_iterations": 35, + "temperature": 0.7, + "max_iterations": 45, "planning_enabled": true, "subagent_planning_enabled": true, "think_enabled": true, diff --git a/navi/profiles/discuss/config.json b/navi/profiles/discuss/config.json index 9ae734e..02aa430 100644 --- a/navi/profiles/discuss/config.json +++ b/navi/profiles/discuss/config.json @@ -7,7 +7,7 @@ "gemma4:31b-cloud", "gemma4:26b-a4b-it-q4_K_M" ], - "temperature": 1.0, + "temperature": 0.9, "max_iterations": 12, "enabled_tools": [ "web_search", diff --git a/navi/profiles/secretary/config.json b/navi/profiles/secretary/config.json index 91621f0..cf1c39a 100644 --- a/navi/profiles/secretary/config.json +++ b/navi/profiles/secretary/config.json @@ -13,8 +13,8 @@ "gemma4:31b-cloud", "gemma4:26b-a4b-it-q4_K_M" ], - "temperature": 1.0, - "max_iterations": 25, + "temperature": 0.7, + "max_iterations": 35, "planning_enabled": true, "subagent_planning_enabled": true, "think_enabled": true, @@ -36,7 +36,6 @@ "image_view", "memory", "share_file", - "weather" ], "enabled_tools": [ "todo", @@ -46,7 +45,6 @@ "list_profiles", "web_search", "web_view", - "http_request", "filesystem", "code_exec", "image_view", diff --git a/navi/profiles/server_admin/config.json b/navi/profiles/server_admin/config.json index 1ea4544..1ab6f36 100644 --- a/navi/profiles/server_admin/config.json +++ b/navi/profiles/server_admin/config.json @@ -13,8 +13,8 @@ "gemma4:31b-cloud", "gemma4:26b-a4b-it-q4_K_M" ], - "temperature": 1.0, - "max_iterations": 20, + "temperature": 0.7, + "max_iterations": 40, "planning_enabled": true, "subagent_planning_enabled": true, "think_enabled": true, diff --git a/navi/profiles/tool_developer/config.json b/navi/profiles/tool_developer/config.json index 648145d..605f82e 100644 --- a/navi/profiles/tool_developer/config.json +++ b/navi/profiles/tool_developer/config.json @@ -13,7 +13,7 @@ "gemma4:31b-cloud", "gemma4:26b-a4b-it-q4_K_M" ], - "temperature": 1.0, + "temperature": 0.7, "max_iterations": 35, "planning_enabled": true, "subagent_planning_enabled": true,