FAQs
FAQsHow to disable the OpenRouter API updates?

How to disable the OpenRouter API updates?

Gato AI Translations for Polylang fetches the list of models from OpenRouter daily, via the OpenRouter API.

You can disable this behavior, and display a static and predefined list of models, by setting the following constant in wp-config.php:

define( 'GATOMPL_USE_OPENROUTER_SERVICES_DYNAMIC_MODEL_SELECTION', false );

You can also disable displaying the model information, and filtering the list of models, by setting the following constant in wp-config.php:

define( 'GATOMPL_USE_OPENROUTER_SERVICES_MODEL_SELECTION_ADVANCED_DISPLAY', false );