You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cfg.AIModelsDir=flag.String("aiModelsDir", *cfg.AIModelsDir, "Set directory where AI model weights are stored")
164
164
cfg.AIRunnerImage=flag.String("aiRunnerImage", *cfg.AIRunnerImage, "[Deprecated] Specify the base Docker image for the AI runner. Example: livepeer/ai-runner:0.0.1. Use -aiRunnerImageOverrides instead.")
165
165
cfg.AIRunnerImageOverrides=flag.String("aiRunnerImageOverrides", *cfg.AIRunnerImageOverrides, `Specify overrides for the Docker images used by the AI runner. Example: '{"default": "livepeer/ai-runner:v1.0", "batch": {"text-to-speech": "livepeer/ai-runner:text-to-speech-v1.0"}, "live": {"another-pipeline": "livepeer/ai-runner:another-pipeline-v1.0"}}'`)
166
+
cfg.AIProcessingRetryTimeout=flag.Duration("aiProcessingRetryTimeout", *cfg.AIProcessingRetryTimeout, "Timeout for retrying to initiate AI processing request")
166
167
167
168
// Live AI:
168
169
cfg.MediaMTXApiPassword=flag.String("mediaMTXApiPassword", "", "HTTP basic auth password for MediaMTX API requests")
0 commit comments