Skip to content

Commit

Permalink
Update settings.js
Browse files Browse the repository at this point in the history
Fixed missing default
  • Loading branch information
KTheMan authored Jun 12, 2024
1 parent e8e1ee6 commit 9095759
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scripts/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ function llmParametersAndDefaults() {
return {
model: null,
apiKey: "",
aptHostname: "https://api.openai.com/v1",
minNewTokens: 1,
maxNewTokens: 250,
repetitionPenalty: 0.0,
Expand Down

0 comments on commit 9095759

Please sign in to comment.