openai-python icon indicating copy to clipboard operation
openai-python copied to clipboard

Delete model

Open NaelsonAccountDrive opened this issue 2 years ago • 2 comments

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

NaelsonAccountDrive avatar Mar 21 '23 12:03 NaelsonAccountDrive

What is the output of the API command when you attempt to delete the model?

hallacy avatar Mar 22 '23 02:03 hallacy

Sucessfull

What is the output of the API command when you attempt to delete the model?

sucessful

NaelsonAccountDrive avatar Mar 25 '23 11:03 NaelsonAccountDrive

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?

hallacy avatar Mar 29 '23 23:03 hallacy

I'm going to close this do to inactivity. Feel free to reopen

hallacy avatar Apr 06 '23 14:04 hallacy