Below you will find pages that utilize the taxonomy term “3ru”
September 28, 2024
GPT Translate
Version updated for 3ru/gpt-translate to version v1.2.0-beta.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes v1.2.0-beta: Multi-Provider Support We’re excited to announce an update to GPT Translate that brings support for multiple AI model providers!
🌟 Highlights Multi-Provider Support: Now compatible with 9 different AI providers, giving you more choice and flexibility. Expanded Model Options: Access to a wider range of language model options.
June 20, 2024
GPT Translate
Version updated for 3ru/gpt-translate to version v1.1.12.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Enhanced OpenAI API Parameters In our ongoing efforts to refine the interaction with the OpenAI API, we have expanded the list of configurable parameters. This enhancement allows users to fine-tune the behavior of the AI models more precisely, potentially reducing the review workload in translation PRs.
June 4, 2024
GPT Translate
Version updated for 3ru/gpt-translate to version v1.1.11.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed OpenAI sdk Migration v4 by @3ru in https://github.com/3ru/gpt-translate/pull/54 Support gpt-4o! Full Changelog: https://github.com/3ru/gpt-translate/compare/v1.1.10...v1.1.11
October 3, 2023
GPT Translate
Version updated for 3ru/gpt-translate to version v1.1.8.
This publisher is shown as erified by GitHub. This action is used across all versions by 42 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Support multiple extension specification /gpt-translate website/**/*.{md,mdx} website/**/*.ja.{md,mdx} Japanese It is now possible to specify multiple extensions and translate them.
Note The output extension is basically that of the input file side.
inputPath: website/**/*.{md,mdx} outputPath website/**/*.
September 23, 2023
GPT Translate
Version updated for 3ru/gpt-translate to version v1.1.7.
This publisher is shown as erified by GitHub. This action is used across all versions by 42 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Supported json translation. /gpt-translate website/*.json website/*.ja.json Japanese Other minor improvements Improved error documentation Fixed a bug in action input Full Changelog: https://github.com/3ru/gpt-translate/compare/v1.1.6...v1.1.7
September 10, 2023
GPT Translate
Version updated for 3ru/gpt-translate to version v1.1.6.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 35 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Improved input file specification method Input file specification can now also be a directory, as shown below.
/gpt-translate website/**/*.md website/**/*.ja.md Japanese This command translates all md files under the website/ directory as .ja.md.
August 22, 2023
GPT Translate
Version updated for 3ru/gpt-translate to version v1.1.5-alpha.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 31 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Experimental Delayed Translation OpenAI has strict rate limits for GPT-4. This release will tentatively address the issue by adding a delay.
(I made a mistake in naming the version, but since there is no problem, I will leave it as it is.
August 20, 2023
GPT Translate
Version updated for 3ru/gpt-translate to version v1.1.5.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 31 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Specifying OpenAI Models Note Be careful that you have the correct access rights for the model you specify.
You can specify any model like this👇
uses: 3ru/gpt-translate@v1.1.5 with: apikey: ${{ secrets.OPENAI_API_KEY }} model: "gpt-4"