Skip to content

Commit

Permalink
actually get rid of llama cpp n arg altogether
Browse files Browse the repository at this point in the history
  • Loading branch information
ksadov committed Jul 17, 2024
1 parent 6b3fdbb commit f70c4a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/ui/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ export const DEFAULT_INIT_MODELS: ModelSettings[] = [
maxLength: 8192,
params: {
temperature: 1,
n: 1,
max_tokens: 64,
logprobs: 10
}
Expand Down

0 comments on commit f70c4a9

Please sign in to comment.