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';
61const API_XAI = 'https://api.x.ai/v1';61const API_XAI = 'https://api.x.ai/v1';
62const API_POLLINATIONS = 'https://text.pollinations.ai/openai';62const API_POLLINATIONS = 'https://text.pollinations.ai/openai';
6363
64
65
66
67
68
69
70/**64/**
71 * Applies a post-processing step to the generated messages.65 * Applies a post-processing step to the generated messages.
72 * @param {object[]} messages Messages to post-process66 * @param {object[]} messages Messages to post-process