openai-python
openai-python copied to clipboard
Delete model
Describe the bug
I delete model but don't disappear from list.
To Reproduce
List
Code snippets
{
"created_at": 1679331655,
"fine_tuned_model": "curie:ft-personal-2023-03-20-17-13-10",
"hyperparams": {
"batch_size": 1,
"learning_rate_multiplier": 0.1,
"n_epochs": 4,
"prompt_loss_weight": 0.01
},
"id": "",
"model": "curie",
"object": "fine-tune",
"organization_id": "",
"result_files": [
{
"bytes": 1273,
"created_at": 1679332390,
"filename": "compiled_results.csv",
"id": "file-TPbWVieAJoXsL1mNaX2Du3Bz",
"object": "file",
"purpose": "fine-tune-results",
"status": "processed",
"status_details": null
}
],
"status": "succeeded",
"training_files": [
{
"bytes": 492,
"created_at": 1679331654,
"filename": "file",
"id": "file-C8uOZi48g7mOz39Eml01KOf7",
"object": "file",
"purpose": "fine-tune",
"status": "processed",
"status_details": null
}
],
"updated_at": 1679332391,
"validation_files": []
},
OS
Linux
Python version
Python 3.10.6
Library version
0.27.2
What is the output of the API command when you attempt to delete the model?
Sucessfull
What is the output of the API command when you attempt to delete the model?
sucessful
I'm not sure I understand what the issue is if the call to delete the model is successful. Can you post the output of the call to delete the model?
I'm going to close this do to inactivity. Feel free to reopen