Skip to content
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
13 changes: 13 additions & 0 deletions registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
tags:
- gpt-oss
- open-models
- gpt-oss-providers

- title: How to run gpt-oss locally with LM Studio
path: articles/gpt-oss/run-locally-lmstudio.md
Expand All @@ -21,6 +22,8 @@
tags:
- gpt-oss
- open-models
- gpt-oss-local

- title: GPT-5 Prompt Migration and Improvement Using the New Optimizer
path: examples/gpt-5/prompt-optimization-cookbook.ipynb
date: 2025-08-07
Expand Down Expand Up @@ -76,6 +79,7 @@
tags:
- gpt-oss
- open-models
- gpt-oss-server

- title: Using NVIDIA TensorRT-LLM to run gpt-oss-20b
path: articles/gpt-oss/run-nvidia.ipynb
Expand All @@ -85,6 +89,7 @@
tags:
- gpt-oss
- open-models
- gpt-oss-server

- title: Fine-tuning with gpt-oss and Hugging Face Transformers
path: articles/gpt-oss/fine-tune-transfomers.ipynb
Expand All @@ -96,6 +101,7 @@
tags:
- open-models
- gpt-oss
- gpt-oss-fine-tuning

- title: How to handle the raw chain of thought in gpt-oss
path: articles/gpt-oss/handle-raw-cot.md
Expand All @@ -105,6 +111,8 @@
tags:
- open-models
- gpt-oss
- gpt-oss-fine-tuning
- gpt-oss-providers

- title: How to run gpt-oss with Transformers
path: articles/gpt-oss/run-transformers.md
Expand All @@ -114,6 +122,7 @@
tags:
- open-models
- gpt-oss
- gpt-oss-server

- title: How to run gpt-oss with vLLM
path: articles/gpt-oss/run-vllm.md
Expand All @@ -123,6 +132,7 @@
tags:
- open-models
- gpt-oss
- gpt-oss-server

- title: How to run gpt-oss locally with Ollama
path: articles/gpt-oss/run-locally-ollama.md
Expand All @@ -132,6 +142,7 @@
tags:
- open-models
- gpt-oss
- gpt-oss-local

- title: OpenAI Harmony Response Format
path: articles/openai-harmony.md
Expand All @@ -142,6 +153,8 @@
- open-models
- gpt-oss
- harmony
- gpt-oss-providers
- gpt-oss-fine-tuning

- title: Temporal Agents with Knowledge Graphs
path: examples/partners/temporal_agents_with_knowledge_graphs/temporal_agents_with_knowledge_graphs.ipynb
Expand Down