Skip to content

Commit 0bce62c

Browse files
authored
Fix indents of code snippet (#861)
good indents will make your day Currently we use inconsistently ![image](https://github.com/user-attachments/assets/23891570-62b9-4615-98ae-a1ed986709d8)
1 parent 1de3959 commit 0bce62c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/tasks/src/model-libraries-snippets.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -270,12 +270,12 @@ llm = Llama.from_pretrained(
270270
)
271271
272272
llm.create_chat_completion(
273-
messages = [
274-
{
275-
"role": "user",
276-
"content": "What is the capital of France?"
277-
}
278-
]
273+
messages = [
274+
{
275+
"role": "user",
276+
"content": "What is the capital of France?"
277+
}
278+
]
279279
)`,
280280
];
281281

0 commit comments

Comments
 (0)