Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.48 KB

SERVICE_CONFIG.md

File metadata and controls

35 lines (24 loc) · 1.48 KB

Service Configuration

Currently, you need to obtain an API-key if you use attranslate with automated translation-services. This document provides guidance on how to obtain API-keys for specific services. Once you have an API-key, pass your API-key to attranslate via the --serviceConfig-flag.

OpenAI (ChatGPT)

Google Translate

Follow these steps to get an API-key for Google Translate:

  1. Select or create a Cloud project
  2. Enable the Google Cloud Translation API
  3. Create a service account to obtain a service_account_key.json-file.

Once you have a service account, pass a path to your service_account_key.json via the --serviceConfig-flag to attranslate.

Azure Translator

Follow these steps to get an API-key for Azure Translator: