Describe the bug
In the API documentation for the /v1/media/transcribe endpoint, the parameter is listed as max_words_per_line.
However, in the actual code implementation, the parameter name is words_per_line.
This inconsistency causes confusion and potential errors when trying to call the endpoint according to the documentation.
Reproduction Steps
- Check the /v1/media/transcribe endpoint documentation.
- Note that it lists max_words_per_line as a valid parameter.
- Review the source file defining the function for this endpoint.
- Observe that the function actually expects words_per_line instead.
Expected behavior
No response
Screenshots and relevant files
No response
Platform
Local
Would you like to work on this issue?
None
Checklist
Additional Context
No response
Describe the bug
In the API documentation for the /v1/media/transcribe endpoint, the parameter is listed as max_words_per_line.
However, in the actual code implementation, the parameter name is words_per_line.
This inconsistency causes confusion and potential errors when trying to call the endpoint according to the documentation.
Reproduction Steps
Expected behavior
No response
Screenshots and relevant files
No response
Platform
Local
Would you like to work on this issue?
None
Checklist
Additional Context
No response