-
Notifications
You must be signed in to change notification settings - Fork 985
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
- I have searched the open issues for duplicates.
- I have shown the entire traceback, if possible.
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working