From e2898eaa881b34e36c09d6fb2119fc6810bfaac1 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Wed, 6 May 2026 09:12:01 -0700 Subject: [PATCH] docs(providers): remove duplicate H1s in models and kilocode --- docs/providers/kilocode.md | 4 +--- docs/providers/models.md | 2 -- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/providers/kilocode.md b/docs/providers/kilocode.md index 29e7362abb4..217750c342c 100644 --- a/docs/providers/kilocode.md +++ b/docs/providers/kilocode.md @@ -1,13 +1,11 @@ --- summary: "Use Kilo Gateway's unified API to access many models in OpenClaw" -title: "Kilocode" +title: "Kilo Gateway" read_when: - You want a single API key for many LLMs - You want to run models via Kilo Gateway in OpenClaw --- -# Kilo Gateway - Kilo Gateway provides a **unified API** that routes requests to many models behind a single endpoint and API key. It is OpenAI-compatible, so most OpenAI SDKs work by switching the base URL. diff --git a/docs/providers/models.md b/docs/providers/models.md index a573ab7701b..4d6d0c066d8 100644 --- a/docs/providers/models.md +++ b/docs/providers/models.md @@ -6,8 +6,6 @@ read_when: title: "Model provider quickstart" --- -# Model Providers - OpenClaw can use many LLM providers. Pick one, authenticate, then set the default model as `provider/model`.