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