We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de9cef2 commit 29cabbaCopy full SHA for 29cabba
1 file changed
Tool/Sources/Preferences/Types/ChatGPTModel.swift
@@ -1,6 +1,6 @@
1
import Foundation
2
3
-public enum ChatGPTModel: String {
+public enum ChatGPTModel: String, CaseIterable {
4
case gpt35Turbo = "gpt-3.5-turbo"
5
case gpt35Turbo16k = "gpt-3.5-turbo-16k"
6
case gpt4o = "gpt-4o"
0 commit comments