livepeer / ai-worker

https://livepeer.ai
MIT License
17 stars 26 forks source link

feat(sdks): implement SDK-specific API customizations #191

Closed rickstaa closed 2 months ago

rickstaa commented 2 months ago

This pull request introduces several SDK-specific OpenAPI configurations to the runner API configuration. These customizations will enhance the SDKs we are planning to release.

rickstaa commented 2 months ago

@victorges, here are the changes you requested. If you can do the other pipelines, that would be great 🙏🏻.

rickstaa commented 2 months ago

@victorges I made some small changes to cleanup the code and ensure the worker code is updated to reflect your new changes. I also created a pull request to update the go-livepeer code which depends on the golang bindings in the worker module. You can find that pull request here. I have to do some quick back compatibility tests but after that we are good for release. Should not effect inter node communication but want to double check.

rickstaa commented 2 months ago

@victorges tested for back compatibility so we can merge.