Skip to content

Commit

Permalink
update defaults for LM Studio preset
Browse files Browse the repository at this point in the history
  • Loading branch information
nvms committed Dec 5, 2023
1 parent 4b9d1bd commit 15b28c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion extension/dist/extension.umd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions extension/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ export const createDefaultPresetsForAllModes = () => {
system: systems.get(mode.id),
completionParams: {
...getProviderCompletionParamDefaults("OpenAI") as any,
model: null,
stop: null,
},
}
] as Preset[]);
Expand Down

0 comments on commit 15b28c7

Please sign in to comment.