Skip to content

Commit 9dd466c

Browse files
authored
fix: Markdown linting and cleanup (#107)
* docs: add table of contents to README.md * fix: clean up markdown files
1 parent 0c83ebe commit 9dd466c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

awesome-gpt-oss.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This is a list of guides and resources to help you get started with the gpt-oss
4141
- [Optimizing gpt-oss with NVIDIA TensorRT-LLM](https://cookbook.openai.com/articles/run-nvidia)
4242
- [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)
4343
- AMD
44-
- [Running the Latest Open Models from OpenAI on AMD AI Hardware](https://rocm.blogs.amd.com/ecosystems-and-partners/openai-day-0/README.html)
44+
- [Running the Latest Open Models from OpenAI on AMD AI Hardware](https://rocm.blogs.amd.com/ecosystems-and-partners/openai-day-0/README.html)
4545

4646
### Cloud
4747

@@ -50,18 +50,18 @@ This is a list of guides and resources to help you get started with the gpt-oss
5050
- [gpt-oss-120b model on the GroqCloud Playground](https://console.groq.com/playground?model=openai/gpt-oss-120b)
5151
- [gpt-oss-20b model on the GroqCloud Playground](https://console.groq.com/playground?model=openai/gpt-oss-20b)
5252
- [gpt-oss with built-in web search on GroqCloud](https://console.groq.com/docs/browser-search)
53-
- [gpt-oss with built-in code execution on GroqCloud](https://console.groq.com/docs/code-execution)
53+
- [gpt-oss with built-in code execution on GroqCloud](https://console.groq.com/docs/code-execution)
5454
- [Responses API on Groq](https://console.groq.com/docs/responses-api)
5555
- NVIDIA
5656
- [NVIDIA launch blog post](https://blogs.nvidia.com/blog/openai-gpt-oss/)
5757
- [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/)
5858
- Use [gpt-oss-120b](https://build.nvidia.com/openai/gpt-oss-120b) and [gpt-oss-20b](https://build.nvidia.com/openai/gpt-oss-20b) on NVIDIA's Cloud
5959
- Cloudflare
60-
- [Cloudflare & gpt-oss launch blog post](http://blog.cloudflare.com/openai-gpt-oss-on-workers-ai)
60+
- [Cloudflare & gpt-oss launch blog post](https://blog.cloudflare.com/openai-gpt-oss-on-workers-ai)
6161
- [gpt-oss-120b on Cloudflare Workers AI](https://developers.cloudflare.com/workers-ai/models/gpt-oss-120b)
6262
- [gpt-oss-20b on Cloudflare Workers AI](https://developers.cloudflare.com/workers-ai/models/gpt-oss-20b)
6363
- AMD
64-
- [gpt-oss-120B on AMD MI300X](https://huggingface.co/spaces/amd/gpt-oss-120b-chatbot)
64+
- [gpt-oss-120B on AMD MI300X](https://huggingface.co/spaces/amd/gpt-oss-120b-chatbot)
6565

6666
## Examples & Tutorials
6767

gpt-oss-mcp-server/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# MCP Servers for gpt-oss reference tools
22

33
This directory contains MCP servers for the reference tools in the [gpt-oss](https://github.com/openai/gpt-oss) repository.
4-
You can set up these tools behind MCP servers and use them in your applications.
5-
For inference service that integrates with MCP, you can also use these as reference tools.
4+
You can set up these tools behind MCP servers and use them in your applications.
5+
For inference service that integrates with MCP, you can also use these as reference tools.
66

77
In particular, this directory contains a `build-system-prompt.py` script that will generate exactly the same system prompt as `reference-system-prompt.py`.
88
The build system prompt script show case all the care needed to automatically discover the tools and construct the system prompt before feeding it into Harmony.
@@ -22,8 +22,8 @@ mcp run -t sse browser_server.py:mcp
2222
mcp run -t sse python_server.py:mcp
2323
```
2424

25-
You can now use MCP inspector to play with the tools.
25+
You can now use MCP inspector to play with the tools.
2626
Once opened, set SSE to `http://localhost:8001/sse` and `http://localhost:8000/sse` respectively.
2727

28-
To compare the system prompt and see how to construct it via MCP service discovery, see `build-system-prompt.py`.
28+
To compare the system prompt and see how to construct it via MCP service discovery, see `build-system-prompt.py`.
2929
This script will generate exactly the same system prompt as `reference-system-prompt.py`.

0 commit comments

Comments
 (0)