mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-18 03:17:28 +00:00
Fix linting issue
This commit is contained in:
committed by
Ayaan Zaidi
parent
4ed12c18a0
commit
2fe5620763
@@ -332,7 +332,7 @@ async function requestOpenAiVerification(params: {
|
||||
temperature: 1,
|
||||
max_completion_tokens: DEFAULT_MAX_TOKENS,
|
||||
stream: false,
|
||||
}
|
||||
},
|
||||
});
|
||||
} else {
|
||||
return await requestVerification({
|
||||
@@ -344,7 +344,7 @@ async function requestOpenAiVerification(params: {
|
||||
temperature: 1,
|
||||
max_tokens: 1,
|
||||
stream: false,
|
||||
}
|
||||
},
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user