From c8b82b9d085506821ff15e05e45030792c2b3688 Mon Sep 17 00:00:00 2001 From: aqachun Date: Wed, 27 Mar 2024 14:31:06 +0800 Subject: [PATCH] fix: missing comma in JSON for `/completion-messages` request (#2999) --- web/app/components/develop/template/template.en.mdx | 2 +- web/app/components/develop/template/template.zh.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/app/components/develop/template/template.en.mdx b/web/app/components/develop/template/template.en.mdx index d975716913..41e80f6c77 100644 --- a/web/app/components/develop/template/template.en.mdx +++ b/web/app/components/develop/template/template.en.mdx @@ -138,7 +138,7 @@ The text generation application offers non-session support and is ideal for tran - + ```bash {{ title: 'cURL' }} curl -X POST '${props.appDetail.api_base_url}/completion-messages' \ diff --git a/web/app/components/develop/template/template.zh.mdx b/web/app/components/develop/template/template.zh.mdx index 6fd1cddc16..1d0d6a2988 100644 --- a/web/app/components/develop/template/template.zh.mdx +++ b/web/app/components/develop/template/template.zh.mdx @@ -139,7 +139,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty } from '../md.tsx' - + ```bash {{ title: 'cURL' }} curl -X POST '${props.appDetail.api_base_url}/completion-messages' \