fix: api doc

This commit is contained in:
Gabe
2025-10-17 12:57:58 +08:00
parent 18ecab18df
commit f011f5ae38

View File

@@ -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,