Wauplin HF Staff commited on
Commit
b2ce8c6
·
verified ·
1 Parent(s): f70cf6a

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. 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, whether it's a local LLM or the cloud provider of your choice.
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><b>responses.js</b> is an open-source, lightweight translation layer between the two main LLM APIs currently available. Works with any Chat Completion API, whether it's a local LLM or the cloud provider of your choice.</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 &lt;&gt; 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>