mirror of
https://github.com/cosmicoptima/loom.git
synced 2026-07-22 07:40:25 +00:00
change default maxtokens
This commit is contained in:
parent
fa1c3262ad
commit
8df32b3e79
1 changed files with 1 additions and 1 deletions
2
main.ts
2
main.ts
|
|
@ -32,7 +32,7 @@ interface LoomSettings {
|
|||
const DEFAULT_SETTINGS: LoomSettings = {
|
||||
apiKey: "",
|
||||
model: "code-davinci-002",
|
||||
maxTokens: 30,
|
||||
maxTokens: 60,
|
||||
n: 5,
|
||||
temperature: 1,
|
||||
showSettings: false,
|
||||
|
|
|
|||
Loading…
Reference in a new issue