Changing AI provider again...
Deploy Hugo Site / Check and Create PR (push) Successful in 23s
Deploy Hugo Site / Hugo Translations (push) Successful in 29s

This commit is contained in:
2025-07-25 12:52:04 -04:00
parent 0920f76db4
commit 557c05f075
+3 -3
View File
@@ -89,9 +89,9 @@ jobs:
uses: 3ru/gpt-translate@v1.2.2 uses: 3ru/gpt-translate@v1.2.2
with: with:
token: ${{ secrets.BOT_GITEA_TOKEN }} token: ${{ secrets.BOT_GITEA_TOKEN }}
provider: 'openai' provider: 'google'
apikey: ${{ secrets.OPENAI_API_KEY }} apikey: ${{ secrets.GOOGLE_TRANSLATE_API_KEY }}
model: 'ChatGPT-4o' model: 'models/gemini-2.5-flash-lite'
inputFiles: ${{ steps.list_files.outputs.files }} inputFiles: ${{ steps.list_files.outputs.files }}
outputFiles: 'content/es/*.md content/ko/*.md content/zh-Hans/*.md' outputFiles: 'content/es/*.md content/ko/*.md content/zh-Hans/*.md'
languages: Spanish Korean Chinese languages: Spanish Korean Chinese