mirror of
https://github.com/cloudflare/cloudflare-docs.git
synced 2026-01-16 23:11:06 +00:00
[Workers AI] Update endpoint (#26411)
Some checks are pending
Publish / Production (push) Waiting to run
Some checks are pending
Publish / Production (push) Waiting to run
This commit is contained in:
parent
1ff0bc554b
commit
e235a6dcd9
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import fs from "fs";
|
||||
|
||||
fetch("https://ai.cloudflare.com/api/models")
|
||||
fetch("https://ai-cloudflare-com.pages.dev/api/models")
|
||||
.then((res) => res.json())
|
||||
.then((data) => {
|
||||
data.models.map((model) => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue