jsontt 💡 - AI JSON Translator with GPT + other FREE translation modules to translate your json/yaml files into other languages ✅ Check Readme ✌ Supports GPT / DeepL / Google / Bing / Libre / Argos
This PR adds support for DeepL Pro API by making the API URL configurable through an environment variable. Previously, the URL was hardcoded to the Free API endpoint, causing failures with Pro API keys.
Changes
Added DEEPL_API_URL environment variable support
Default fallback to api-free.deepl.com
Updated documentation with new configuration options
Documentation
Updated README with new environment variable configuration options.
Description
This PR adds support for DeepL Pro API by making the API URL configurable through an environment variable. Previously, the URL was hardcoded to the Free API endpoint, causing failures with Pro API keys.
Changes
DEEPL_API_URL
environment variable supportapi-free.deepl.com
Documentation
Updated README with new environment variable configuration options.
Fixes #78