From f011f5ae38ecad00d299a0b18ec0754bf869cb1f Mon Sep 17 00:00:00 2001 From: Gabe Date: Fri, 17 Oct 2025 12:57:58 +0800 Subject: [PATCH] fix: api doc --- custom-api_v2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-api_v2.md b/custom-api_v2.md index 996ee4d..1da0aff 100644 --- a/custom-api_v2.md +++ b/custom-api_v2.md @@ -186,7 +186,7 @@ async (args) => { }, { role: "user", - content: `Translate the following source text from to ${args.to}. Output translation directly without any additional text.\n\nSource Text: ${args.texts[0]}\n\nTranslated Text:`, + content: `Translate the following source text to ${args.to}. Output translation directly without any additional text.\n\nSource Text: ${args.texts[0]}\n\nTranslated Text:`, }, ], temperature: 0,