Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files- README.md +3 -4
- src/routes/landingPageHtml.ts +1 -1
README.md
CHANGED
|
@@ -1,15 +1,14 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
emoji: 😻
|
| 4 |
colorFrom: red
|
| 5 |
colorTo: red
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
license: mit
|
| 9 |
-
short_description:
|
| 10 |
app_port: 3000
|
| 11 |
-
|
| 12 |
-
---
|
| 13 |
|
| 14 |
|
| 15 |
# responses.js
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Open Responses
|
| 3 |
emoji: 😻
|
| 4 |
colorFrom: red
|
| 5 |
colorTo: red
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
license: mit
|
| 9 |
+
short_description: Use Open Responses with Hugging Face Inference Providers
|
| 10 |
app_port: 3000
|
| 11 |
+
------
|
|
|
|
| 12 |
|
| 13 |
|
| 14 |
# responses.js
|
src/routes/landingPageHtml.ts
CHANGED
|
@@ -697,7 +697,7 @@ client = OpenAI(
|
|
| 697 |
)
|
| 698 |
|
| 699 |
response = client.responses.create(
|
| 700 |
-
model="
|
| 701 |
instructions="You are a helpful assistant.",
|
| 702 |
input="Say hello to the world.",
|
| 703 |
reasoning={
|
|
|
|
| 697 |
)
|
| 698 |
|
| 699 |
response = client.responses.create(
|
| 700 |
+
model="openai/gpt-oss-120b",
|
| 701 |
instructions="You are a helpful assistant.",
|
| 702 |
input="Say hello to the world.",
|
| 703 |
reasoning={
|