From f12c3d5c92cc7388c7f6e7e54ba253b99cf9ff6a Mon Sep 17 00:00:00 2001 From: Yagil Burowski Date: Fri, 8 Aug 2025 09:01:01 -0400 Subject: [PATCH] Fix path in registry.yaml --- registry.yaml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/registry.yaml b/registry.yaml index 5782d66d15..87999d69a6 100644 --- a/registry.yaml +++ b/registry.yaml @@ -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 @@ -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