Skip to content

Commit 849e8b9

Browse files
committed
Put model cache expiry into the right place
1 parent 2595d8b commit 849e8b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

home-manager/modules/neovim-plugins-parrot-nvim.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ in
4646
name = "anthropic",
4747
endpoint = "https://api.anthropic.com/v1/messages",
4848
model_endpoint = "https://api.anthropic.com/v1/models",
49-
model_cache_expiry_hours = 0,
5049
api_key = {"gopass", "show", "--nosync", "grafana/console.anthropic.com", "api_key"},
5150
params = {
5251
chat = { max_tokens = 4096 },
@@ -82,6 +81,7 @@ in
8281
end,
8382
},
8483
}
84+
model_cache_expiry_hours = 0,
8585
}
8686
'';
8787

0 commit comments

Comments
 (0)