HttpServerConfig {
  # Port: MUST BE SET VIA PARAM
}
RTLog {
  #CopyOutputTo: "cerr"
  Filename: "eventlog"
  Level: LogInfo
}
GenerativeBoltalkas: {
  Folder: "../data/"
  CpuBackend: {
    NumBackends: 1
  }
  BatchSize: 10
  BeamSize: 10
  ModelMaxOutLen: 32
  ServiceEndpointSuffixGenerative: "/generative"
  ServiceEndpointSuffixScoring: "/score"
}
BertFactors: {
  Folder: "../data/"
  GpuIds: 0
  ServiceEndpointSuffix: "/bert_factor"
}
