9 lines
125 B
Nix
9 lines
125 B
Nix
{ config, ... }:
|
|
{
|
|
text = ''
|
|
require("gen").setup {
|
|
model = "${config.module.ollama.primaryModel}"
|
|
}
|
|
'';
|
|
}
|