Skip to content

Commit 2644759

Browse files
committed
chore
1 parent 3a043cd commit 2644759

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/tasks/src/snippets/curl.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ export const snippetTextGeneration = (
4242
--data '{
4343
"model": "${model.id}",
4444
"messages": ${stringifyMessages(messages, {
45-
sep: ",\n ",
46-
start: `[\n `,
47-
end: `\n]`,
45+
sep: ",\n\t\t",
46+
start: `[\n\t\t`,
47+
end: `\n\t]`,
4848
attributeKeyQuotes: true,
4949
customContentEscaper: (str) => str.replace(/'/g, "'\\''"),
5050
})},

0 commit comments

Comments
 (0)