livepeer / go-livepeer

Official Go implementation of the Livepeer protocol
http://livepeer.org
MIT License
538 stars 168 forks source link

feat(ai): enforce 'aiModels' flag requirement #3032

Closed rickstaa closed 4 months ago

rickstaa commented 4 months ago

What does this pull request do? Explain your changes. (required)

This pull request ensures that an error is thrown when users don't specify the 'aiModels' flag but have the 'aiWorker' flag set.

Specific updates (required)

How did you test each of these updates (required)

I ran an O locally.

Does this pull request close any open issues?

Yea, LIV-230.

Checklist: