mirror of https://github.com/openclaw/openclaw.git
Fix default max tokens
This commit is contained in:
parent
978d9ae199
commit
955768d132
|
|
@ -317,7 +317,7 @@ async function requestOpenAiVerification(params: {
|
|||
body: {
|
||||
messages: [{ role: "user", content: "Hi" }],
|
||||
temperature: 1,
|
||||
max_completion_tokens: 1,
|
||||
max_completion_tokens: DEFAULT_MAX_TOKENS,
|
||||
stream: false,
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue