fix error console.log message

cdc01474906fb8e1b5f58b7d895cb613e9f09393

Karl-Johan Alm <karljohan-alm@garage.co.jp>

Signed
1 files changed, +1 -1Ignore whitespace
src/endpoints/backends/text-completions.js+1 -1
@@ -226,7 +226,7 @@ router.post('/status', jsonParser, async function (request, response) {
226226 if (chatTemplateReply.ok) {
227227 response.setHeader('x-supports-chat-template', 'true');
228228 } else {
229229 console.log(`ct reschat_template =error: ${JSON.stringify(chatTemplateReply)}`);
230230 }
231231 } catch (error) {
232232 console.error(`Failed to fetch chat template info: ${error}`);