evalstate HF Staff commited on
Commit
9c66cc9
·
verified ·
1 Parent(s): 8559a03

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +3 -4
  2. src/routes/landingPageHtml.ts +1 -1
README.md CHANGED
@@ -1,15 +1,14 @@
1
  ---
2
- title: OpenResponses
3
  emoji: 😻
4
  colorFrom: red
5
  colorTo: red
6
  sdk: docker
7
  pinned: false
8
  license: mit
9
- short_description: Private space for OpenResponses
10
  app_port: 3000
11
- private: true
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="deepseek-ai/DeepSeek-R1",
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={