Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
688 changes: 688 additions & 0 deletions examples/File_Search_Responses.ipynb

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion examples/responses_api/responses_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@
"\n",
"See the following diagram for a side by side visualized comparison!\n",
"\n",
"![Responses vs Completions](./comparisons.png)\n",
"![Responses vs Completions](../../images/comparisons.png)\n",
"\n",
"\n",
"We are very excited for you to try out the Responses API and see how it can simplify your code and make it easier to build complex, multimodal, tool-augmented interactions!\n"
Expand Down
File renamed without changes
14 changes: 12 additions & 2 deletions registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
path: examples/responses_api/responses_example.ipynb
date: 2025-03-11
authors:
- billchen
- billchen-openai
tags:
- responses
- web-search
- functions

- title: Using logprobs
path: examples/Using_logprobs.ipynb
Expand Down Expand Up @@ -1817,4 +1818,13 @@
authors:
- msingh-openai
tags:
- completions
- completions

- title: Doing RAG on PDFs using File Search in the Responses API
path: examples/File_Search_Responses.ipynb
date: 2025-03-11
authors:
- pap-openai
tags:
- responses
- functions