Remove unnecessary blank lines in chat-completions.js
| @@ -61,12 +61,6 @@ const API_DEEPSEEK = 'https://api.deepseek.com/beta'; | |||
| 61 | const API_XAI = 'https://api.x.ai/v1'; | 61 | const API_XAI = 'https://api.x.ai/v1'; |
| 62 | const API_POLLINATIONS = 'https://text.pollinations.ai/openai'; | 62 | const API_POLLINATIONS = 'https://text.pollinations.ai/openai'; |
| 63 | 63 | ||
| 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-process | 66 | * @param {object[]} messages Messages to post-process |