You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnnewResponse(JSON.stringify({ generatedText: text }), {
103
+
headers: {
104
+
"Content-Type": "application/json",
105
+
},
106
+
});
107
+
},
108
+
};
109
+
```
110
+
81
111
### Using AutoRAG
82
112
83
113
The provider now supports [Cloudflare's AutoRAG](https://developers.cloudflare.com/autorag/), allowing you to prompt your AutoRAG models directly from the Vercel AI SDK. Here's how to use it in your Worker:
0 commit comments