feat(llms): add more logs to ollama
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-09-06 10:13:47 -04:00
parent 9dee168383
commit fd54cac952

View file

@ -27,6 +27,7 @@ in {
port = 11434;
loadModels = ["fixt/home-3b-v3"];
environmentVariables.OLLAMA_DEBUG = "1";
};
};
}