Update app.py
Browse files
app.py
CHANGED
@@ -56,15 +56,15 @@ async def root():
|
|
56 |
return """
|
57 |
<html>
|
58 |
<head>
|
59 |
-
<title>
|
60 |
</head>
|
61 |
<body>
|
62 |
<h1>OpenRouter Proxy Server</h1>
|
63 |
-
<p>
|
64 |
<ul>
|
65 |
-
<li
|
66 |
-
<li
|
67 |
-
<li
|
68 |
</ul>
|
69 |
</body>
|
70 |
</html>
|
|
|
56 |
return """
|
57 |
<html>
|
58 |
<head>
|
59 |
+
<title>Proxy Server</title>
|
60 |
</head>
|
61 |
<body>
|
62 |
<h1>OpenRouter Proxy Server</h1>
|
63 |
+
<p>V0.1</p>
|
64 |
<ul>
|
65 |
+
<li>Chat completions endpoint</li>
|
66 |
+
<li>List available models</li>
|
67 |
+
<li>Health check</li>
|
68 |
</ul>
|
69 |
</body>
|
70 |
</html>
|