Remove unnecessary blank lines in chat-completions.js

250bf5249af2d29024f07982449816a9182ab49c

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +0 -6Ignore whitespace
src/endpoints/backends/chat-completions.js+0 -6
@@ -61,12 +61,6 @@ const API_DEEPSEEK = 'https://api.deepseek.com/beta';
6161const API_XAI = 'https://api.x.ai/v1';
6262const API_POLLINATIONS = 'https://text.pollinations.ai/openai';
6363
64-
65-
66-
67-
68-
69-
7064/**
7165 * Applies a post-processing step to the generated messages.
7266 * @param {object[]} messages Messages to post-process