openai-python
openai-python copied to clipboard
fix: client.audio.transcriptions.create() return type hint errpr
fix: #1633
I referred to the method client.chat.completions.create and used @overload to solve this problem, but I haven't added the docstring yet.
I want to provide a draft first to see if this modification is acceptable.