docs(neovim): update ollama type option description
This commit is contained in:
parent
1e507b9b49
commit
03e1767b2a
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ in
|
|||
enable = mkEnableOption "enable";
|
||||
type = mkOption {
|
||||
default = "amd";
|
||||
description = "The type of ollama package to install, AMD GPU accelerated or NVIDIA GPU accelerated.";
|
||||
description = "The type of ollama package to install, accelerated by an AMD GPU, NVIDIA GPU or CPU.";
|
||||
example = "amd";
|
||||
type = types.enum [
|
||||
"amd"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue