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