Describe the bug
In fine-tuning documentation, the openai.Model.delete method does not receive the same input as the other listed methods. While, for example, openai.FineTuningJob.retrieve receives the fine-tune job id, openai.Model.delete should receive the name of the fine-tuned model. The documentation induces us to think both methods have the same parameters.
To Reproduce
N/A
Code snippets
No response
OS
N/A
Python version
N/A
Library version
openai-python v0.27.10
Describe the bug
In fine-tuning documentation, the
openai.Model.deletemethod does not receive the same input as the other listed methods. While, for example,openai.FineTuningJob.retrievereceives the fine-tune job id,openai.Model.deleteshould receive the name of the fine-tuned model. The documentation induces us to think both methods have the same parameters.To Reproduce
N/A
Code snippets
No response
OS
N/A
Python version
N/A
Library version
openai-python v0.27.10