Magento 2 AI Review TranslatorMagento 2 AI Review Translator
Live Demo
Buy Now
Support
Live Demo
Buy Now
Support
  • Getting Started

    • Introduction
    • Key Features
    • How It Works
  • Installation

    • Requirements
    • Install the Module
    • Install the AI Packages
    • Enable & Compile
    • Verify the Installation
    • Content Security Policy
    • Translating the Interface
  • Setup

    • Enable the Module
    • Activate Your Licence
    • Select an LLM Provider
    • Validate & Load Models
    • First Translation
  • Configuration

    • Overview
    • General Settings
    • Limits & Timeouts
    • Store Views & Languages
    • Admin Menu
    • Access Control
  • LLM Providers

    • Provider Overview
    • How Validation Works
    • Choosing a Model
    • Switching Providers
  • Ollama (Self-Hosted)

    • Install Ollama
    • Connect to Magento
    • Timeouts & Batch Size
    • Troubleshooting
  • Translating Reviews

    • Translation Basics
    • What Is Sent to the Model
    • Fallback Behaviour
    • Automatic Translation
    • The Queue Consumer
    • Running the Consumer
    • Bulk CLI Command
    • Batch Size
    • CLI Output & Exit Codes
  • Storefront

    • On the Storefront
    • The Toggle
    • Styling
  • Developers

    • GraphQL API
    • Querying from Code
    • Data Model
    • Useful SQL
  • Help

    • Setup Problems
    • Translation Problems
    • Queue Problems
    • Storefront Problems
    • FAQ

General Settings

Stores → Configuration → Webkul → AI Review Translation → General Settings

General Settings with a hosted provider configured

Field reference

FieldTypeShown whenConfig path
Enable ModuleYes / NoAlwaysaireviewtranslator/general/status
LLM ProviderDropdownEnabledaireviewtranslator/general/llm_provider
Is AuthorizedYes / NoOllama onlyaireviewtranslator/general/llm_api_key_enabled
LLM API KeyPasswordEnabledaireviewtranslator/general/llm_api_key
Ollama EndpointTextOllama onlyaireviewtranslator/general/ollama_endpoint
LLM ModelDropdownEnabledaireviewtranslator/general/llm_model
LLM Max TokenNumberEnabledaireviewtranslator/general/llm_max_token
Ollama Request TimeoutNumberOllama onlyaireviewtranslator/general/llm_timeout
Validate Key and Load ModelsButtonEnabled—

Every field is store-view scoped.

What each field does

Enable Module — the master switch. No hides every other field, hides the admin menu, stops the observer, and makes the CLI command refuse to run. Default No. See Enable the Module.

LLM Provider — which vendor to call. Required. See Provider Overview.

Is Authorized — Ollama only. Set to Yes when your endpoint sits behind bearer-token auth, and the API key is then sent as an Authorization: Bearer header.

LLM API Key — stored encrypted. Required for the eight hosted providers, optional for Ollama.

Ollama Endpoint — base URL of your Ollama server. See Connect Ollama.

LLM Model — read-only until Validate Key and Load Models succeeds. Only text-in / text-out models are offered. See Choosing a Model.

LLM Max Token and Ollama Request Timeout — see Limits & Timeouts.

Validate Key and Load Models — tests the connection and fills the model dropdown. See How Validation Works.

Product Information

A read-only group below General Settings showing the installed module version. Quote it when raising a support ticket.

Switching away from Ollama

Saving any provider other than Ollama deletes the stored Ollama endpoint and Ollama model for that scope, so a stale localhost:11434 can never be used by a cloud provider.

Prev
Overview
Next
Limits & Timeouts