小手冰凉 (@WEZXMGdWUFZAyKuc) 在 求推荐一个翻译prompt 中发帖
用github models的gpt4撸了个翻译网站,但是缺少一个好用的prompt,现在默认的翻译出来太生硬了。
默认的是这样的
[
{
role: "system",
content: `You are a translator. Translate from ${sourceLang} to ${targetLang}.`,
},
{ role: "user", content: sourceText },
]