Raise temparature
This commit is contained in:
2
index.ts
2
index.ts
@@ -99,7 +99,7 @@ async function processPostJob() {
|
|||||||
grammar,
|
grammar,
|
||||||
await postJobSession.prompt(input, {
|
await postJobSession.prompt(input, {
|
||||||
...baseChatPromptOptions,
|
...baseChatPromptOptions,
|
||||||
temperature: 1.25,
|
temperature: 1.5,
|
||||||
minP: 0.05,
|
minP: 0.05,
|
||||||
repeatPenalty: {
|
repeatPenalty: {
|
||||||
lastTokens: 128,
|
lastTokens: 128,
|
||||||
|
|||||||
Reference in New Issue
Block a user