@huggingface/tasks
Advanced tools
Comparing version 0.12.24 to 0.12.25
{ | ||
"name": "@huggingface/tasks", | ||
"packageManager": "pnpm@8.10.5", | ||
"version": "0.12.24", | ||
"version": "0.12.25", | ||
"description": "List of ML tasks for huggingface.co/tasks", | ||
@@ -6,0 +6,0 @@ "repository": "https://github.com/huggingface/huggingface.js.git", |
@@ -13,3 +13,3 @@ import type { ChatCompletionInputMessage, GenerationParameters } from "../tasks"; | ||
const keyRole = opts.attributeKeyQuotes ? `"role"` : "role"; | ||
const keyContent = opts.attributeKeyQuotes ? `"role"` : "role"; | ||
const keyContent = opts.attributeKeyQuotes ? `"content"` : "content"; | ||
@@ -16,0 +16,0 @@ const messagesStringified = messages.map(({ role, content }) => { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
1413173