Skip to content

Instantly share code, notes, and snippets.

View AgentWings's full-sized avatar

Shengming Liang AgentWings

View GitHub Profile
@AgentWings
AgentWings / charts.html
Created January 13, 2026 07:16
LLM Usage Analytics Charts
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LLM Usage Analytics</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&family=Inter:wght@400;700;900&display=swap" rel="stylesheet">
<style>