Hi, is there a way to do functioncalling with a finetuned model? openai.Completion.create() doesn’t have a parameter for functions like openai.ChatCompletion.create().
Or is it possible to combine both? Anyone any experience or some example code?
Thanks!
Not at the moment, the function system is only available on the GPT-3.5-Turbo and GPT-4 models and those do not currently allow finetuning.
3 Likes
Interesting question now that we are able to finetune these models.
As noted here, fine tuning with function calling examples is not yet possible, but in the pipeline.
1 Like