mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-25 18:28:37 +02:00
plugins.*: use defaultNullOpts.mkProportion wherever possible
This commit is contained in:
parent
2e600f5796
commit
24ac8f651d
11 changed files with 31 additions and 37 deletions
|
@ -33,7 +33,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
|||
GPT model to use, 'gpt-3.5-turbo' or 'gpt-4'.
|
||||
'';
|
||||
|
||||
temperature = helpers.defaultNullOpts.mkNullableWithRaw (types.numbers.between 0.0 1.0) 0.1 ''
|
||||
temperature = helpers.defaultNullOpts.mkProportion 0.1 ''
|
||||
GPT temperature.
|
||||
'';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue