Conversation
Currently download_speech tries to use the speech_id to download speeches. This does not work. It needs to be the otid instead.
Update the parameter name in the download_speech method from 'speech_id' to 'otid' for clarity and consistency with the API. This change improves the readability of the code and aligns with the naming conventions used in the OtterAI API. Credit to boffutt28 for the original contribution and implementation at gmchad/otterai-api#7.
|
Hey @boffutt28, Thanks for the fix. I’ve made a fork at ChocoTonic/otterai-py since it seems like this project is unmaintained and included your change in this commit. Appreciate it! |
|
@ChocoTonic we could upstream your changes if you'd like. Do you want to maintain this project? |
|
Sure thing! I’d be happy to take over maintaining this. |
|
Adding a bit more context here. While I do have collaborator access, the repository has been largely untouched and I still do not have permission to manage repo secrets, which is required for the integration tests I am trying to add. It has been over a month with no movement on that front. Given the lack of maintenance activity and the blocker around basic permissions, I am moving forward with active maintenance in the restarted repository at https://github.com/ChocoTonic/otterai-py/ so development and testing can continue without friction. Going forward, please open any pull requests or contributions against that repository so changes can be reviewed and merged without delay. |
|
@ChocoTonic The link to your repository is throwing a 404 not found. Is it private? |
Currently download_speech tries to use the speech_id to download speeches. This does not work. It needs to be the otid instead.