Skip to content

Update run-gpt-oss-locally-ollama file to point to the correct endpoint #1993

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
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
2 changes: 1 addition & 1 deletion articles/gpt-oss/run-locally-ollama.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Ready to talk to the model? You can fire up a chat in the app or the terminal:
ollama run gpt-oss:20b
```

Ollama applies a **chat template** out of the box that mimics the [OpenAI harmony format](https://example.com/harmony-docs). Type your message and start the conversation.
Ollama applies a **chat template** out of the box that mimics the [OpenAI harmony format](https://cookbook.openai.com/articles/openai-harmony). Type your message and start the conversation.

## Use the API

Expand Down