Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(runner): handle empty prompt in T2I input (#244)
This commit adds a check to the T2I route to ensure the 'prompt' input valueis non-empty. This is necessary because request body validation was disabled in go-livepeer due to issues with optional parameters not showing up correctly. See [this go-livepeer commit](livepeer/go-livepeer@3fcc300) for more details.
- Loading branch information