Changing AI provider again...
This commit is contained in:
@@ -89,9 +89,9 @@ jobs:
|
||||
uses: 3ru/gpt-translate@v1.2.2
|
||||
with:
|
||||
token: ${{ secrets.BOT_GITEA_TOKEN }}
|
||||
provider: 'openai'
|
||||
apikey: ${{ secrets.OPENAI_API_KEY }}
|
||||
model: 'ChatGPT-4o'
|
||||
provider: 'google'
|
||||
apikey: ${{ secrets.GOOGLE_TRANSLATE_API_KEY }}
|
||||
model: 'models/gemini-2.5-flash-lite'
|
||||
inputFiles: ${{ steps.list_files.outputs.files }}
|
||||
outputFiles: 'content/es/*.md content/ko/*.md content/zh-Hans/*.md'
|
||||
languages: Spanish Korean Chinese
|
||||
|
||||
Reference in New Issue
Block a user