We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a043cd commit 2644759Copy full SHA for 2644759
packages/tasks/src/snippets/curl.ts
@@ -42,9 +42,9 @@ export const snippetTextGeneration = (
42
--data '{
43
"model": "${model.id}",
44
"messages": ${stringifyMessages(messages, {
45
- sep: ",\n ",
46
- start: `[\n `,
47
- end: `\n]`,
+ sep: ",\n\t\t",
+ start: `[\n\t\t`,
+ end: `\n\t]`,
48
attributeKeyQuotes: true,
49
customContentEscaper: (str) => str.replace(/'/g, "'\\''"),
50
})},
0 commit comments