-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (22 loc) · 1.27 KB
/
index.html
File metadata and controls
26 lines (22 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!doctype html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tingly Box - Provider-Agnostic AI Model Proxy</title>
<meta name="description" content="Tingly Box is a provider-agnostic AI model proxy with a unified OpenAI-compatible API, config-based request forwarding, and web management UI." />
<meta name="author" content="Tingly Box" />
<meta name="keywords" content="AI, LLM, proxy, OpenAI, API, model, provider, unified" />
<meta property="og:title" content="Tingly Box - Provider-Agnostic AI Model Proxy" />
<meta property="og:description" content="Unified OpenAI-compatible API for multiple AI providers with config-based request forwarding and web management UI." />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Tingly Box - Provider-Agnostic AI Model Proxy" />
<meta name="twitter:description" content="Unified OpenAI-compatible API for multiple AI providers." />
<link rel="canonical" href="https://tingly-dev.github.io/" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>