Skip to content
Closed
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: 9 additions & 8 deletions registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@
# should build pages for, and indicates metadata such as tags, creation date and
# authors for each page.

- title: How to run gpt-oss locally with LM Studio
path: articles/run-locally-lmstudio.md
date: 2025-08-07
authors:
- yagil
tags:
- gpt-oss
- open-models
- title: GPT-5 Prompt Migration and Improvement Using the New Optimizer
path: examples/gpt-5/prompt-optimization-cookbook.ipynb
date: 2025-08-07
Expand All @@ -24,6 +16,15 @@
- reasoning
- prompt-optimization

- title: How to run gpt-oss locally with LM Studio
path: articles/gpt-oss/run-locally-lmstudio.md
date: 2025-08-07
authors:
- yagil
tags:
- gpt-oss
- open-models

- title: GPT-5 prompting guide
path: examples/gpt-5/gpt-5_prompting_guide.ipynb
date: 2025-08-07
Expand Down