cequence-io / openai-scala-client

Scala client for OpenAI API
MIT License
191 stars 20 forks source link

Update fine-tuning API #56

Closed branislav-burdiliak closed 6 months ago

branislav-burdiliak commented 6 months ago

Update fine-tuning API

Affected endpoints

  1. Create fine-tuning - changed

    • supports 2 new parameters (settings)
    • integrations
    • currently supported only Weight and Biases integrations ("type": "wandb")
    • default - no integrations
    • seed - controls reproducibility of the job, in rare cases may return different results for the same seed
    • default - no seed will be passed to OpenAI which will in turn generate one for you The response has been enhanced with the same integrations object.
  2. List fine-tuning checkpoints - added