Skip to content

Commit 08b7cca

Browse files
Fix syntax error in OpenAI API file to resolve CI build failure
Co-authored-by: PeterDaveHello <[email protected]>
1 parent 520c45c commit 08b7cca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/services/apis/openai-api.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ export async function generateAnswersWithChatgptApiCompat(
219219
}
220220
if (content !== undefined && content !== null) {
221221
answer = String(content)
222-
}
223222
port.postMessage({ answer, done: false, session: null })
224223
}
225224
if (choice.finish_reason || content !== undefined) {

0 commit comments

Comments
 (0)