Remove unnecessary blank lines in chat-completions.js

This commit is contained in:
Cohee
2025-05-28 20:38:09 +03:00
parent 5c2cfed18b
commit 250bf5249a

View File

@@ -61,12 +61,6 @@ const API_DEEPSEEK = 'https://api.deepseek.com/beta';
const API_XAI = 'https://api.x.ai/v1'; const API_XAI = 'https://api.x.ai/v1';
const API_POLLINATIONS = 'https://text.pollinations.ai/openai'; const API_POLLINATIONS = 'https://text.pollinations.ai/openai';
/** /**
* Applies a post-processing step to the generated messages. * Applies a post-processing step to the generated messages.
* @param {object[]} messages Messages to post-process * @param {object[]} messages Messages to post-process