You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/OpenAI.net8.0.cs
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1770,7 +1770,8 @@ public enum FilePurpose {
1770
1770
FineTune=4,
1771
1771
FineTuneResults=5,
1772
1772
Vision=6,
1773
-
UserData=7
1773
+
UserData=7,
1774
+
Evaluations=8
1774
1775
}
1775
1776
[Obsolete("This struct is obsolete. If this is a fine-tuning training file, it may take some time to process after it has been uploaded. While the file is processing, you can still create a fine-tuning job but it will not start until the file processing has completed.")]
Copy file name to clipboardExpand all lines: api/OpenAI.netstandard2.0.cs
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1681,7 +1681,8 @@ public enum FilePurpose {
1681
1681
FineTune=4,
1682
1682
FineTuneResults=5,
1683
1683
Vision=6,
1684
-
UserData=7
1684
+
UserData=7,
1685
+
Evaluations=8
1685
1686
}
1686
1687
[Obsolete("This struct is obsolete. If this is a fine-tuning training file, it may take some time to process after it has been uploaded. While the file is processing, you can still create a fine-tuning job but it will not start until the file processing has completed.")]
0 commit comments