chore: add log prefix

This commit is contained in:
Louis 2024-08-21 14:21:56 +07:00
parent 96f393a7a2
commit c9490d466b
No known key found for this signature in database
GPG Key ID: 44FA9F4D33C37DE2

View File

@ -42,6 +42,6 @@ export const retrieveGGUFMetadata = async (ggufPath: string) => {
parsed_chat_template: renderedTemplate,
}
} catch (e) {
console.log(e)
console.log('[MODEL_EXT]', e)
}
}