Initial commit: Ollama Personal Trainer & Unsloth MoE Orchestrator Studio

This commit is contained in:
drjones
2026-08-13 15:13:15 -07:00
parent 25a8af8d4e
commit 09a81cf994
64 changed files with 15859 additions and 43 deletions

18
index.html Normal file
View File

@@ -0,0 +1,18 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>My Google AI Studio App</title>
<meta name="description" content="An application built with Google AI Studio." />
<meta property="og:title" content="My Google AI Studio App" />
<meta property="og:description" content="An application built with Google AI Studio." />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>