Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
emoji: 😻
|
| 4 |
colorFrom: red
|
| 5 |
colorTo: red
|
|
@@ -9,8 +9,6 @@ license: mit
|
|
| 9 |
short_description: Use Open Responses with Hugging Face Inference Providers
|
| 10 |
app_port: 3000
|
| 11 |
------
|
| 12 |
-
|
| 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.
|
|
|
|
| 1 |
---
|
| 2 |
+
title: "OpenResponses"
|
| 3 |
emoji: 😻
|
| 4 |
colorFrom: red
|
| 5 |
colorTo: red
|
|
|
|
| 9 |
short_description: Use Open Responses with Hugging Face Inference Providers
|
| 10 |
app_port: 3000
|
| 11 |
------
|
|
|
|
|
|
|
| 12 |
# responses.js
|
| 13 |
|
| 14 |
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.
|