Skip to content

Evalsapi -> evals api #1845

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 16, 2025
Merged
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
17 changes: 8 additions & 9 deletions registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# should build pages for, and indicates metadata such as tags, creation date and
# authors for each page.


- title: Better performance from reasoning models using the Responses API
path: examples/responses_api/reasoning_items.ipynb
date: 2025-05-11
Expand Down Expand Up @@ -52,40 +51,40 @@
- legal
- pharma

- title: EvalsAPI Use-case - Detecting prompt regressions
- title: Evals API Use-case - Detecting prompt regressions
path: examples/evaluation/use-cases/regression.ipynb
date: 2025-04-08
authors:
- josiah-openai
tags:
- evalsapi
- evals-api
- completions

- title: EvalsAPI Use-case - Bulk model and prompt experimentation
- title: Evals API Use-case - Bulk model and prompt experimentation
path: examples/evaluation/use-cases/bulk-experimentation.ipynb
date: 2025-04-08
authors:
- josiah-openai
tags:
- evalsapi
- evals-api
- completions

- title: EvalsAPI Use-case - Monitoring stored completions
- title: Evals API Use-case - Monitoring stored completions
path: examples/evaluation/use-cases/completion-monitoring.ipynb
date: 2025-04-08
authors:
- josiah-openai
tags:
- evalsapi
- evals-api
- completions

- title: EvalsAPI Use-case - Responses Evaluation
- title: Evals API Use-case - Responses Evaluation
path: examples/evaluation/use-cases/responses-evaluation.ipynb
date: 2025-05-13
authors:
- willhath-openai
tags:
- evalsapi
- evals-api
- responses

- title: Multi-Tool Orchestration with RAG approach using OpenAI's Responses API
Expand Down