From e1bde5d801ce428f80963cce820bf895b65327b2 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 3 Jun 2026 10:47:48 +0800 Subject: [PATCH] fix: add H1 heading for LLM API section to enable proper sidebar grouping --- wwwroot/api_doc.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wwwroot/api_doc.md b/wwwroot/api_doc.md index 567c8f2..b768f1d 100644 --- a/wwwroot/api_doc.md +++ b/wwwroot/api_doc.md @@ -1,5 +1,9 @@ # 元境API 文档 +--- + +# 大模型 API + Base url: `https://token.opencomputing.cn/llmage/v1` 所有 API 端点需要 Bearer Token 认证