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 1de3959 commit 0bce62cCopy full SHA for 0bce62c
packages/tasks/src/model-libraries-snippets.ts
@@ -270,12 +270,12 @@ llm = Llama.from_pretrained(
270
)
271
272
llm.create_chat_completion(
273
- messages = [
274
- {
275
- "role": "user",
276
- "content": "What is the capital of France?"
277
- }
278
- ]
+ messages = [
+ {
+ "role": "user",
+ "content": "What is the capital of France?"
+ }
+ ]
279
)`,
280
];
281
0 commit comments