mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-30 07:52:41 +00:00
Fix default max tokens
This commit is contained in:
committed by
Ayaan Zaidi
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,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user