We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e643215 commit a4f5d69Copy full SHA for a4f5d69
1 file changed
Editor/LocalizeGptWindow/LocalizeGptWindow.cs
@@ -13,7 +13,8 @@ public partial class LocalizeGptWindow : EditorWindow
13
"gpt-4-0125-preview",
14
"gpt-4-1106-preview",
15
"gpt-3.5-turbo-0125",
16
- "gpt-3.5-turbo-1106"
+ "gpt-3.5-turbo-1106",
17
+ "gpt-4o"
18
};
19
20
private float _temperature;
0 commit comments