Skip to content

Commit e235a6d

Browse files
authored
[Workers AI] Update endpoint (#26411)
1 parent 1ff0bc5 commit e235a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/fetch-ai-models.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import fs from "fs";
22

3-
fetch("https://ai.cloudflare.com/api/models")
3+
fetch("https://ai-cloudflare-com.pages.dev/api/models")
44
.then((res) => res.json())
55
.then((data) => {
66
data.models.map((model) => {

0 commit comments

Comments
 (0)