Skip to content

Commit 29cabba

Browse files
committed
Fix
1 parent de9cef2 commit 29cabba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tool/Sources/Preferences/Types/ChatGPTModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Foundation
22

3-
public enum ChatGPTModel: String {
3+
public enum ChatGPTModel: String, CaseIterable {
44
case gpt35Turbo = "gpt-3.5-turbo"
55
case gpt35Turbo16k = "gpt-3.5-turbo-16k"
66
case gpt4o = "gpt-4o"

0 commit comments

Comments
 (0)