From b2529a89350868dd92ab30bd9ff8e1d8749c232e Mon Sep 17 00:00:00 2001 From: "Adam M. Krajewski" <54290107+amkrajewski@users.noreply.github.com> Date: Mon, 9 Oct 2023 16:08:01 -0400 Subject: [PATCH] - hardcoded an improved prompt --- .github/workflows/translate.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/translate.yml b/.github/workflows/translate.yml index f78ebe4..f3e931e 100644 --- a/.github/workflows/translate.yml +++ b/.github/workflows/translate.yml @@ -27,4 +27,5 @@ jobs: apikey: ${{ secrets.OPENAI_API_KEY }} inputFiles: './README.md' outputFiles: 'DE/*.md FR/*.md CH/*.md PL/*.md JA/*.md ES/*.md' - languages: 'German French Mandarin Polish Japanese Spanish' \ No newline at end of file + languages: 'German French Mandarin Polish Japanese Spanish' + prompt: 'Act as an expert computer scientist who is a native speaker of {targetLanguage} and has good background in materials science. Please translate the given Engligh technical description of research activities into {targetLanguage} and output it in Markdown format. If you translate headers, make sure to adjust internal Markdown hyperlinks.' \ No newline at end of file