Skip to content

Commit 435b36c

Browse files
authored
Fixing typo (#17958)
1 parent 0afeb86 commit 435b36c

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
@@ -181,7 +181,7 @@ const response = await env.AI.run(
181181
</TabItem> <TabItem label="rest api">
182182
183183
```bash null {5-6}
184-
curl https://api.cloudflare.com/client/v4/accounts/{ACCOUNT_ID}/ai/run/@cf/mistralai/mistral-7b-instruct-v0.2-lora \
184+
curl https://api.cloudflare.com/client/v4/accounts/{ACCOUNT_ID}/ai/run/@cf/mistral/mistral-7b-instruct-v0.2-lora \
185185
-H 'Authorization: Bearer {API_TOKEN}' \
186186
-d '{
187187
"messages": [{"role": "user", "content": "Hello world"}],

0 commit comments

Comments
 (0)