Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(runner): handle empty prompt in T2I input #244

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

rickstaa
Copy link
Collaborator

This pull request adds a check to the T2I route to ensure the 'prompt' input value is 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 for more details.

This commit adds a check to the T2I route to ensure the 'prompt' input value
is 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.
@rickstaa rickstaa merged commit 0c4e0a8 into main Oct 28, 2024
2 of 3 checks passed
@rickstaa rickstaa deleted the fix_t2I_prompt_validation branch October 28, 2024 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant