Skip to content
Merged
Changes from 2 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
18 changes: 8 additions & 10 deletions src/pages/workers/ai.astro
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,13 @@ import CursorLight from "~/assets/images/workers/ai/cursor-light.png";
<p>
Cursor is an experimental AI assistant, trained to answer questions
about Cloudflare's Developer Platform and powered by
<a class="DocsMarkdown--link" href="/workers/">Cloudflare Workers</a> and
<a class="DocsMarkdown--link" href="/vectorize/">Vectorize</a>. Cursor
is here to help answer your Cloudflare Workers and Developer Platform
questions, so ask away!
<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!
</p>
<aside class="DocsMarkdown--aside" role="note" data-type="warning">
Cursor is an experimental AI preview, meaning that the answers provided
Expand All @@ -59,12 +62,7 @@ import CursorLight from "~/assets/images/workers/ai/cursor-light.png";
<small id="disclaimer">
Use of Cloudflare Cursor is subject to the Cloudflare Website and Online
Services <a href="https://www.cloudflare.com/website-terms/">Terms of Use</a
>. Cursor uses artificial intelligence technology provided by OpenAI, LLC.
You acknowledge and agree that (i) any information or inputs that you
provide when using Cursor will be shared with OpenAI, LLC, subject to its <a
href="https://openai.com/policies/terms-of-use">Terms of Use</a
> and <a href="https://openai.com/policies/privacy-policy">Privacy Policy</a
>, to generate Cursor output and (ii) the output generated by Cursor has not
>. You acknowledge and agree that the output generated by Cursor has not
been verified by Cloudflare for accuracy and does not represent Cloudflare’s
views.
</small>
Expand Down
Loading