llms.txt Content
<!DOCTYPE html>
<!--
We disable Google Translate because it does not play well with React 16
See https://github.com/facebook/react/issues/11538
-->
<html lang="en" class="notranslate">
<head>
<style>
html {
background-color: #f9f9f9;
}
html[data-mode='dark'] {
background-color: #232323;
}
/* anti-flicker snippet for Google Optimize */
.async-hide {
opacity: 0 !important;
}
</style>
<script>
const theme = localStorage.getItem('__wb_theme') || 'light';
if (theme === 'dark') {
document.documentElement.classList.add('night-mode');
// Used for tailwind dark mode
document.documentElement.setAttribute('data-mode', 'dark');
// The data attribute used by @wandb/components to toggle dark mode
document.documentElement.setAttribute('data-dark-mode', 'true');
} else {
document.documentElement.classList.remove('night-mode');
document.documentElement.removeAttribute('data-mode');
document.documentElement.removeAttribute('data-dark-mode');
}
</script>
<meta name="robots" content="max-image-preview:large" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta property="fb:app_id" content="420039241995197"><meta property="og:type" content="website"><meta property="og:site_name" content="W&B"><meta property="og:title" content="llms.txt"><meta property="og:description" content="Weights & Biases, developer tools for machine learning"><meta property="og:image" content="https://wandb.ai/logo.png"><meta property="og:url" content="httpss://wandb.ai/llms.txt">
<meta name="twitter:card" content="summary"><meta name="twitter:site" content="@weights_biases"><meta name="twitter:creator" content="@llms.txt"><meta name="description" content="Weights & Biases, developer tools for machine learning"><s