diff --git a/navi/profiles/developer/config.json b/navi/profiles/developer/config.json index 3a62928..99170c2 100644 --- a/navi/profiles/developer/config.json +++ b/navi/profiles/developer/config.json @@ -10,6 +10,7 @@ }, "llm_backend": "ollama", "model": [ + "gemma4:12b-it-qat-128k", "gemma4:31b-cloud", "qwen3.5:397b-cloud", "gemma4:26b-a4b-it-q4_K_M", diff --git a/navi/profiles/discuss/config.json b/navi/profiles/discuss/config.json index ce97d8e..ce4248e 100644 --- a/navi/profiles/discuss/config.json +++ b/navi/profiles/discuss/config.json @@ -4,6 +4,7 @@ "description": "Creative partner for Q&A, brainstorming, and idea exploration. High creativity, free-form thinking.", "short_description": "Creative Q&A and idea discussion — best for open questions, brainstorming, and exploring concepts.", "model": [ + "gemma4:12b-it-qat-128k", "gemma4:31b-cloud", "qwen3.5:397b-cloud", "gemma4:26b-a4b-it-q4_K_M", diff --git a/navi/profiles/modeler_3d/config.json b/navi/profiles/modeler_3d/config.json index f8610fd..fb79e3a 100644 --- a/navi/profiles/modeler_3d/config.json +++ b/navi/profiles/modeler_3d/config.json @@ -10,6 +10,7 @@ }, "llm_backend": "ollama", "model": [ + "gemma4:12b-it-qat-128k", "gemma4:31b-cloud", "qwen3.5:397b-cloud", "kimi-k2.6:cloud", diff --git a/navi/profiles/navi_code/config.json b/navi/profiles/navi_code/config.json index b7f837d..aaa797b 100644 --- a/navi/profiles/navi_code/config.json +++ b/navi/profiles/navi_code/config.json @@ -10,6 +10,7 @@ }, "llm_backend": "ollama", "model": [ + "gemma4:12b-it-qat-128k", "gemma4:26b-a4b-it-q4_K_M", "gemma4:31b-cloud" ], diff --git a/navi/profiles/secretary/config.json b/navi/profiles/secretary/config.json index 439709e..dbc747c 100644 --- a/navi/profiles/secretary/config.json +++ b/navi/profiles/secretary/config.json @@ -10,6 +10,7 @@ }, "llm_backend": "ollama", "model": [ + "gemma4:12b-it-qat-128k", "gemma4:31b-cloud", "qwen3.5:397b-cloud", "kimi-k2.6:cloud", diff --git a/navi/profiles/server_admin/config.json b/navi/profiles/server_admin/config.json index a3dbbbd..5672f1f 100644 --- a/navi/profiles/server_admin/config.json +++ b/navi/profiles/server_admin/config.json @@ -10,6 +10,7 @@ }, "llm_backend": "ollama", "model": [ + "gemma4:12b-it-qat-128k", "gemma4:31b-cloud", "qwen3.5:397b-cloud", "gemma4:26b-a4b-it-q4_K_M", diff --git a/navi/profiles/tool_developer/config.json b/navi/profiles/tool_developer/config.json index 9824e2b..ca53867 100644 --- a/navi/profiles/tool_developer/config.json +++ b/navi/profiles/tool_developer/config.json @@ -10,6 +10,7 @@ }, "llm_backend": "ollama", "model": [ + "gemma4:12b-it-qat-128k", "gemma4:31b-cloud", "qwen3.5:397b-cloud", "gemma4:26b-a4b-it-q4_K_M",