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 0afeb86 commit 435b36cCopy full SHA for 435b36c
src/content/docs/workers-ai/fine-tunes/loras.mdx
@@ -181,7 +181,7 @@ const response = await env.AI.run(
181
</TabItem> <TabItem label="rest api">
182
183
```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 \
+curl https://api.cloudflare.com/client/v4/accounts/{ACCOUNT_ID}/ai/run/@cf/mistral/mistral-7b-instruct-v0.2-lora \
185
-H 'Authorization: Bearer {API_TOKEN}' \
186
-d '{
187
"messages": [{"role": "user", "content": "Hello world"}],
0 commit comments