Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files- README.md +1 -1
- src/routes/landingPageHtml.ts +4 -1
README.md
CHANGED
@@ -13,7 +13,7 @@ app_port: 3000
|
|
13 |
|
14 |
# responses.js
|
15 |
|
16 |
-
A lightweight Express.js server that implements a translation layer between the two main LLM APIs currently available. Works with any Chat Completion API,
|
17 |
|
18 |
## 🎮 Live Demo
|
19 |
|
|
|
13 |
|
14 |
# responses.js
|
15 |
|
16 |
+
A lightweight Express.js server that implements a translation layer between the two main LLM APIs currently available, Responses API and Chat Completions. Works with any Chat Completion API, local or remotely hosted.
|
17 |
|
18 |
## 🎮 Live Demo
|
19 |
|
src/routes/landingPageHtml.ts
CHANGED
@@ -464,7 +464,10 @@ export function getLandingPageHtml(req: Request, res: Response): void {
|
|
464 |
<main>
|
465 |
<section class="hero">
|
466 |
<h2>OpenAI-compatible Responses API</h2>
|
467 |
-
<p
|
|
|
|
|
|
|
468 |
<div class="api-endpoint-box">
|
469 |
<button class="copy-endpoint-btn" onclick="copyEndpointUrl(this)">Copy</button>
|
470 |
<div><b>API Endpoint:</b></div>
|
|
|
464 |
<main>
|
465 |
<section class="hero">
|
466 |
<h2>OpenAI-compatible Responses API</h2>
|
467 |
+
<p style="text-wrap: balance;">
|
468 |
+
<b>responses.js</b> is an open-source lightweight translation layer between the two main LLM APIs currently available, Responses API <> Chat Completions. <br>
|
469 |
+
Works with any Chat Completion API, local or remotely hosted.
|
470 |
+
</p>
|
471 |
<div class="api-endpoint-box">
|
472 |
<button class="copy-endpoint-btn" onclick="copyEndpointUrl(this)">Copy</button>
|
473 |
<div><b>API Endpoint:</b></div>
|