Skip to content
Merged
Show file tree
Hide file tree
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 docs/get-started/tutorials/inference-ollama.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,6 @@ openshell provider get ollama

## Next Steps

- To learn more about managed inference, refer to [Index](/inference/about).
- To learn more about managed inference, refer to [About Inference Routing](/inference/about).
- To configure a different self-hosted backend, refer to [Configure](/inference/configure).
- To explore more community sandboxes, refer to [Community Sandboxes](/sandboxes/community-sandboxes).
2 changes: 1 addition & 1 deletion docs/get-started/tutorials/local-inference-lmstudio.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -210,5 +210,5 @@ openshell provider get lmstudio-anthropic
## Next Steps

- To learn more about using the LM Studio CLI, refer to [LM Studio docs](https://lmstudio.ai/docs/cli)
- To learn more about managed inference, refer to [Index](/inference/about).
- To learn more about managed inference, refer to [About Inference Routing](/inference/about).
- To configure a different self-hosted backend, refer to [Configure](/inference/configure).
2 changes: 1 addition & 1 deletion docs/inference/configure.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ A successful response confirms the privacy router can reach the configured backe

Explore related topics:

- To understand the inference routing flow and supported API patterns, refer to [Index](/inference/about).
- To understand the inference routing flow and supported API patterns, refer to [About Inference Routing](/inference/about).
- To follow a complete Ollama-based local setup, refer to [Inference Ollama](/get-started/tutorials/inference-ollama).
- To follow a complete LM Studio-based local setup, refer to [Local Inference Lmstudio](/get-started/tutorials/local-inference-lmstudio).
- To control external endpoints, refer to [Policies](/sandboxes/policies).
Expand Down
2 changes: 1 addition & 1 deletion docs/sandboxes/policies.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,6 @@ GraphQL field names are application-specific, so treat these as starting shapes

Explore related topics:

- To learn about network access rules and sandbox isolation layers, refer to [Index](/sandboxes/about).
- To learn about network access rules and sandbox isolation layers, refer to [About Gateways and Sandboxes](/sandboxes/about).
- To view the full field-by-field YAML definition, refer to the [Policy Schema Reference](/reference/policy-schema).
- To review the default policy breakdown, refer to [Default Policy](/reference/default-policy).
Loading