From 9b4898efeb5dab8566b361dcba0829fa9c9d8d22 Mon Sep 17 00:00:00 2001 From: Joel Date: Fri, 26 Apr 2024 10:32:45 +0800 Subject: [PATCH] fix: chat api doc not show title in english vision (#3864) --- .../components/develop/template/template_advanced_chat.en.mdx | 2 +- web/app/components/develop/template/template_chat.en.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/app/components/develop/template/template_advanced_chat.en.mdx b/web/app/components/develop/template/template_advanced_chat.en.mdx index 86d15608b3..f473feda2b 100644 --- a/web/app/components/develop/template/template_advanced_chat.en.mdx +++ b/web/app/components/develop/template/template_advanced_chat.en.mdx @@ -206,7 +206,7 @@ Chat applications support session persistence, allowing previous chat history to - + ```bash {{ title: 'cURL' }} curl -X POST '${props.appDetail.api_base_url}/chat-messages' \ diff --git a/web/app/components/develop/template/template_chat.en.mdx b/web/app/components/develop/template/template_chat.en.mdx index 6a0066bbe6..9febd1ca6b 100644 --- a/web/app/components/develop/template/template_chat.en.mdx +++ b/web/app/components/develop/template/template_chat.en.mdx @@ -167,7 +167,7 @@ Chat applications support session persistence, allowing previous chat history to - + ```bash {{ title: 'cURL' }} curl -X POST '${props.appDetail.api_base_url}/chat-messages' \