From f70c4a90aaa81a66a7b99f523e74aefc10cf1689 Mon Sep 17 00:00:00 2001 From: K Sadov Date: Wed, 17 Jul 2024 18:13:18 -0500 Subject: [PATCH] actually get rid of llama cpp n arg altogether --- src/utils/ui/constants.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/ui/constants.ts b/src/utils/ui/constants.ts index 57cc6a5..04e69e3 100644 --- a/src/utils/ui/constants.ts +++ b/src/utils/ui/constants.ts @@ -54,7 +54,6 @@ export const DEFAULT_INIT_MODELS: ModelSettings[] = [ maxLength: 8192, params: { temperature: 1, - n: 1, max_tokens: 64, logprobs: 10 }