diff --git a/src/content/docs/workers-ai/fine-tunes/loras.mdx b/src/content/docs/workers-ai/fine-tunes/loras.mdx index fa6b5e7f0fe437..c6441bb6010ba7 100644 --- a/src/content/docs/workers-ai/fine-tunes/loras.mdx +++ b/src/content/docs/workers-ai/fine-tunes/loras.mdx @@ -181,7 +181,7 @@ const response = await env.AI.run( ```bash null {5-6} -curl https://api.cloudflare.com/client/v4/accounts/{ACCOUNT_ID}/ai/run/@cf/mistralai/mistral-7b-instruct-v0.2-lora \ +curl https://api.cloudflare.com/client/v4/accounts/{ACCOUNT_ID}/ai/run/@cf/mistral/mistral-7b-instruct-v0.2-lora \ -H 'Authorization: Bearer {API_TOKEN}' \ -d '{ "messages": [{"role": "user", "content": "Hello world"}],