diff --git a/.gitea/workflows/hugo-translation-deployment.yml b/.gitea/workflows/hugo-translation-deployment.yml index 6eb62c5..f2d526a 100644 --- a/.gitea/workflows/hugo-translation-deployment.yml +++ b/.gitea/workflows/hugo-translation-deployment.yml @@ -31,9 +31,9 @@ jobs: uses: 3ru/gpt-translate@v1.2.2 with: token: ${{ secrets.BOT_GITEA_TOKEN }} - provider: 'google' - apikey: ${{ secrets.GOOGLE_TRANSLATE_API_KEY }} - model: 'models/gemini-2.5-flash-lite' + provider: 'openai' + apikey: ${{ secrets.OPENAI_API_KEY }} + model: 'gpt-4o' inputFiles: ${{ steps.list_files.outputs.files }} outputFiles: 'content/es/*.md content/ko/*.md content/zh-Hans/*.md' languages: Spanish Korean Chinese