Auronsays commited on
Commit
a7c8fda
·
verified ·
1 Parent(s): 5e3f932

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -56,15 +56,15 @@ async def root():
56
  return """
57
  <html>
58
  <head>
59
- <title>OpenRouter Proxy Server</title>
60
  </head>
61
  <body>
62
  <h1>OpenRouter Proxy Server</h1>
63
- <p>This is a proxy server for OpenRouter API. Available endpoints:</p>
64
  <ul>
65
- <li>/v1/chat/completions - Chat completions endpoint</li>
66
- <li>/v1/models - List available models</li>
67
- <li>/health - Health check</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>