From f0d6cc53100ae096ab0b7f08f220366e4c9428bb Mon Sep 17 00:00:00 2001 From: pkd Date: Mon, 4 Nov 2024 12:15:47 +0100 Subject: [PATCH] Fixing typo --- src/content/docs/workers-ai/fine-tunes/loras.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/workers-ai/fine-tunes/loras.mdx b/src/content/docs/workers-ai/fine-tunes/loras.mdx index fa6b5e7f0fe437e..c6441bb6010ba77 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"}],