From 250bf5249af2d29024f07982449816a9182ab49c Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Wed, 28 May 2025 20:38:09 +0300 Subject: [PATCH] Remove unnecessary blank lines in chat-completions.js --- src/endpoints/backends/chat-completions.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/endpoints/backends/chat-completions.js b/src/endpoints/backends/chat-completions.js index 767125af3..dc26c7f0c 100644 --- a/src/endpoints/backends/chat-completions.js +++ b/src/endpoints/backends/chat-completions.js @@ -61,12 +61,6 @@ const API_DEEPSEEK = 'https://api.deepseek.com/beta'; const API_XAI = 'https://api.x.ai/v1'; const API_POLLINATIONS = 'https://text.pollinations.ai/openai'; - - - - - - /** * Applies a post-processing step to the generated messages. * @param {object[]} messages Messages to post-process