New AI models

This commit is contained in:
Aleksandr Lebedev 2025-08-06 09:49:36 +02:00
parent 3d9ae189da
commit dc2440015e
4 changed files with 8 additions and 5 deletions

View file

@ -260,11 +260,14 @@ in {
opacity = 1.0; opacity = 1.0;
} }
{ {
#app-launcher #Popups
matches = [ matches = [
{ {
title = "emacs-run-launcher"; title = "emacs-run-launcher";
} }
{
title = "Paradox Crash Reporter";
}
]; ];
open-floating = true; open-floating = true;
open-focused = true; open-focused = true;

View file

@ -68,7 +68,7 @@
#LLMs #LLMs
services.ollama = { services.ollama = {
enable = true; enable = true;
loadModels = ["qwq" "llama3.1" "qwen2.5-coder:7b"]; loadModels = ["qwq" "llama3.1" "qwen2.5-coder:7b" "gpt-oss:20b"];
home = "/persist/ollama"; home = "/persist/ollama";
user = "ollama"; user = "ollama";
group = "ollama"; group = "ollama";

View file

@ -68,7 +68,7 @@
#LLMs #LLMs
services.ollama = { services.ollama = {
enable = true; enable = true;
loadModels = ["qwq" "llama3.1" "qwen2.5-coder:7b"]; loadModels = ["qwq" "llama3.1" "qwen2.5-coder:7b" "gpt-oss:20b" "gpt-oss:120b"];
acceleration = "cuda"; acceleration = "cuda";
home = "/persist/ollama"; home = "/persist/ollama";
user = "ollama"; user = "ollama";