The AI Workspace{" "}
{/* // TODO:aCTUAL DESCRITION */}
Connect any LLM to your internal knowledge sources and chat with it in real time alongside
your team.
{/*
Start Free Trial
*/}
{/* Light mode image */}
{/* Dark mode image */}
);
}
function GetStartedButton() {
const isGoogleAuth = process.env.NEXT_PUBLIC_FASTAPI_BACKEND_AUTH_TYPE === "GOOGLE";
const handleGoogleLogin = () => {
trackLoginAttempt("google");
window.location.href = `${process.env.NEXT_PUBLIC_FASTAPI_BACKEND_URL}/auth/google/authorize-redirect`;
};
if (isGoogleAuth) {
return (