diff --git a/src/commands/onboard-custom.ts b/src/commands/onboard-custom.ts index 20041dd9b90..67ad1198fbb 100644 --- a/src/commands/onboard-custom.ts +++ b/src/commands/onboard-custom.ts @@ -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, - } + }, }); } }