Skip to content

Commit 74164ee

Browse files
committed
Remove redundant inline comment in non-streaming branch
1 parent 9d154de commit 74164ee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/api/providers/openai.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,6 @@ export class OpenAiHandler extends BaseProvider implements SingleCompletionHandl
224224
// here for consistency with streaming behavior and provider expectations.
225225
const systemMessage: OpenAI.Chat.ChatCompletionSystemMessageParam = {
226226
role: "system",
227-
// Use "system" to match streaming behavior; many OpenAI-compatible providers treat system prompts specially
228-
// (e.g., safety, formatting, or caching), and tests assert consistency across modes.
229227
content: systemPrompt,
230228
}
231229

0 commit comments

Comments
 (0)