OpenAI

To specify the OpenAI configuration in your config.yaml file, you can define the OpenaiEngineConfig type like this:

openai:
  model: "gpt-4o" # Optional - OpenAI model to use for translations
  url: "https://api.openai.com/v1" # Optional - custom URL for your OpenAI model
  urlParams:  # Optional - custom url parameters for your custom URL
    key1: "value1"
    key2: "value2"

Last updated