From 59336b00e22fd7f76f270f21605acccd9f948877 Mon Sep 17 00:00:00 2001
From: Alter-xyz <88554920+alterxyz@users.noreply.github.com>
Date: Fri, 13 Jun 2025 18:44:06 +0800
Subject: [PATCH] update
---
web/app/components/develop/template/template.en.mdx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/web/app/components/develop/template/template.en.mdx b/web/app/components/develop/template/template.en.mdx
index 89d733666f..f178645a8e 100755
--- a/web/app/components/develop/template/template.en.mdx
+++ b/web/app/components/develop/template/template.en.mdx
@@ -57,8 +57,8 @@ The text generation application offers non-session support and is ideal for tran
Due to Cloudflare restrictions, the request will be interrupted without a return after 100 seconds.
- User identifier, used to define the identity of the end-user, convenient for retrieval and statistics.
- The rules are defined by the developer and need to ensure that the user identifier is unique within the application. The Service API does not share conversations created by the WebApp.
+ User identifier, used to define the identity of the end-user, convenient for retrieval and statistics.
+ The rules are defined by the developer and need to ensure that the user identifier is unique within the application. The Service API does not share conversations created by the WebApp.
File list, suitable for inputting files (images) combined with text understanding and answering questions, available only when the model supports Vision capability.
@@ -290,7 +290,7 @@ The text generation application offers non-session support and is ideal for tran
- `task_id` (string) Task ID, can be obtained from the streaming chunk return
Request Body
- `user` (string) Required
- User identifier, used to define the identity of the end-user, must be consistent with the user passed in the send message interface. The Service API does not share conversations created by the WebApp.
+ User identifier, used to define the identity of the end-user, must be consistent with the user passed in the send message interface. The Service API does not share conversations created by the WebApp.
### Response
- `result` (string) Always returns "success"