Skip to content

Commit 8b1ead1

Browse files
authored
fix typo
1 parent 299ee8c commit 8b1ead1

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers-ai/fine-tunes

1 file changed

+1
-1
lines changed

src/content/docs/workers-ai/fine-tunes/loras.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ To make inference requests and apply the LoRA adapter, you will need your model
171171
const response = await env.AI.run(
172172
"@cf/mistralai/mistral-7b-instruct-v0.2-lora", //the model supporting LoRAs
173173
{
174-
messages: [{"role": "user", "content": "Hello world"],
174+
messages: [{"role": "user", "content": "Hello world"}],
175175
raw: true, //skip applying the default chat template
176176
lora: "00000000-0000-0000-0000-000000000", //the finetune id OR name
177177
}

0 commit comments

Comments
 (0)