Brendan Martin
Brendan Martin
In insert mode, I sometimes hit CTRL-P when trying to hit CTRL-[ to leave insert mode. Unfortunately, Chrome launches the print dialog if you hit CTRL-P. Right now I'm using...
CreateFineTuningJob results in the error: `json: cannot unmarshal string into Go struct field Hyperparameters.hyperparameters.n_epochs of type int` It looks like OpenAI is returning the following default for Hyperparameters now: ```json...
The new fine-tuning API has a new jobs listing endpoint: **GET https://api.openai.com/v1/fine_tuning/jobs** Docs: https://platform.openai.com/docs/api-reference/fine-tuning/
* Dataclass Wizard version: 0.22.3 * Python version: 3.11 * Operating System: Windows 10 ### Description I'm trying to have a dataclass field take on either a `StrEnum` or an...