import { Link } from "@cloudflare/kumo"; const Footer = () => { return (
This playground is powered by Cloudflare Logo
Use of the Workers AI LLM Playground is subject to the{" "} Cloudflare Website and Online Services Terms of Use {" "} and{" "} Privacy Policy . This site uses only strictly necessary cookies pursuant to our{" "} Cookie Policy . The models featured in the Workers AI LLM Playground may be subject to additional third-party license terms and restrictions, as further detailed in the{" "} developer documentation . The output generated by the Workers AI LLM Playground has not been verified by Cloudflare for accuracy and does not represent Cloudflare's views.
); }; export default Footer;