Skip to content

Commit

Permalink
- hardcoded an improved prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
amkrajewski authored Oct 9, 2023
1 parent 394f3e6 commit b2529a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/translate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
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.'

0 comments on commit b2529a8

Please sign in to comment.