Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions src/pages/workers/ai.astro
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,13 @@ import CursorLight from "~/assets/images/workers/ai/cursor-light.png";
</h1>
<p>
Cursor is an experimental AI assistant, trained to answer questions
about Cloudflare's Developer Platform and powered by
about Cloudflare and powered by
<a class="DocsMarkdown--link" href="/workers/">Cloudflare Workers</a>,
<a class="DocsMarkdown--link" href="/workers-ai/">Workers AI</a>, <a
class="DocsMarkdown--link"
href="/vectorize/">Vectorize</a
>, and <a class="DocsMarkdown--link" href="/ai-gateway/">AI Gateway</a>.
Cursor is here to help answer your Cloudflare Workers and Developer
Platform questions, so ask away!
Cursor is here to help answer your Cloudflare questions, so ask away!
</p>
<aside class="DocsMarkdown--aside" role="note" data-type="warning">
Cursor is an experimental AI preview, meaning that the answers provided
Expand Down
Loading