From 483d744d1a0842e5516ee23acaf4a0738f09c314 Mon Sep 17 00:00:00 2001 From: "Alexander Koz." <888526+boozook@users.noreply.github.com> Date: Sat, 22 Feb 2025 21:04:21 +0400 Subject: [PATCH] Fix typo alloted -> allowed --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f6d1bd0..ade1aaa 100644 --- a/package.json +++ b/package.json @@ -152,12 +152,12 @@ "llama-vscode.t_max_prompt_ms": { "type": "number", "default": 500, - "description": "max alloted time for the prompt processing (TODO: not yet supported)" + "description": "max allowed time for the prompt processing (TODO: not yet supported)" }, "llama-vscode.t_max_predict_ms": { "type": "number", "default": 500, - "description": "max alloted time for the prediction" + "description": "max allowed time for the prediction" }, "llama-vscode.show_info": { "type": "boolean",