From 3a68b4f56530b9621314a13e56c5c4aa7bc95e2a Mon Sep 17 00:00:00 2001 From: mkusaka Date: Wed, 6 Aug 2025 06:29:10 +0900 Subject: [PATCH] fix: Correct multiple documentation URLs (#17) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix OpenAI Cookbook NVIDIA article URL (remove incorrect gpt-oss/ prefix) - Fix Groq Responses API documentation URL (responses → responses-api) --- awesome-gpt-oss.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awesome-gpt-oss.md b/awesome-gpt-oss.md index 40dca51..c8a57a2 100644 --- a/awesome-gpt-oss.md +++ b/awesome-gpt-oss.md @@ -37,7 +37,7 @@ This is a list of guides and resources to help you get started with the gpt-oss - vLLM - [How to run gpt-oss with vLLM](https://cookbook.openai.com/articles/gpt-oss/run-vllm) - NVIDIA - - [Optimizing gpt-oss with NVIDIA TensorRT-LLM](https://cookbook.openai.com/articles/gpt-oss/run-nvidia) + - [Optimizing gpt-oss with NVIDIA TensorRT-LLM](https://cookbook.openai.com/articles/run-nvidia) - [Deploying gpt-oss on TensorRT-LLM](https://github.com/NVIDIA/TensorRT-LLM/blob/main/docs/source/blogs/tech_blog/blog9_Deploying_GPT_OSS_on_TRTLLM.md) - AMD - [Running the Latest Open Models from OpenAI on AMD AI Hardware](https://rocm.blogs.amd.com/ecosystems-and-partners/openai-day-0/README.html) @@ -50,7 +50,7 @@ This is a list of guides and resources to help you get started with the gpt-oss - [gpt-oss-20b model on the GroqCloud Playground](https://console.groq.com/playground?model=openai/gpt-oss-20b) - [gpt-oss with built-in web search on GroqCloud](https://console.groq.com/docs/browser-search) - [gpt-oss with built-in code execution on GroqCloud](https://console.groq.com/docs/code-execution) - - [Responses API on Groq](https://console.groq.com/docs/responses) + - [Responses API on Groq](https://console.groq.com/docs/responses-api) - NVIDIA - [NVIDIA launch blog post](https://blogs.nvidia.com/blog/openai-gpt-oss/) - [NVIDIA & gpt-oss developer launch blog post](https://developer.nvidia.com/blog/delivering-1-5-m-tps-inference-on-nvidia-gb200-nvl72-nvidia-accelerates-openai-gpt-oss-models-from-cloud-to-edge/)