Fine Tuning Error - "Cannot specify both model and engine" #65
davidgwright
started this conversation in
General
Replies: 1 comment 4 replies
-
I think they changed something with the API. There is another discussion similar to your case. I will have a look as soon as possible. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using your sample code and am now creating a fine tune test utilising your helper.
I cannot get it to work.
With this code I get an ArgumentException the engineId cannot be null. If I specify an engineId in the line above or set the default on the IOpenAIService I get an error from Open AI stating "Cannot specify both model and engine".
Beta Was this translation helpful? Give feedback.
All reactions