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.
- Improved Documentation: Updated guides and examples for each supported provider.
🚀 New Supported Providers
🔧 How to Use
- Update your workflow file to specify your chosen provider and model.
- Set the appropriate API key in your GitHub secrets.
Example: Using Anthropic’s Claude 3.5 Sonnet
- uses: 3ru/gpt-translate@v1.2.0-beta
with:
apikey: ${{ secrets.ANTHROPIC_API_KEY }}
provider: 'anthropic'
model: 'claude-3-5-sonnet-20240620'
You can freely specify any model offered by each provider.
This support is implemented using the Vercel AI SDK. If you encounter any configuration issues, please refer to the AI SDK documentation for additional guidance.
⚠️ Breaking Changes
Removal of n parameter: The n parameter, which was introduced in v1.1.12 as part of the Enhanced OpenAI API Parameters, is no longer supported. Other parameters (top_p
, temperature
, max_tokens
, presence_penalty
, frequency_penalty
, and seed
) remain supported.
đź“š Documentation
For detailed information on configuring each provider, please refer to our updated documentation.
🎉 Thank You
We’d like to thank our community for their continued support and feedback. Happy translating! 🌍✨
Changes
- Add support for multiple AI model providers by @3ru in https://github.com/3ru/gpt-translate/pull/63
Full Changelog: https://github.com/3ru/gpt-translate/compare/v1.1.12...v1.2.0-beta