We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8296726 commit c1fea05Copy full SHA for c1fea05
1 file changed
Core/Sources/Preferences/ChatGPTModel.swift
@@ -14,7 +14,7 @@ public enum ChatGPTModel: String {
14
case textAda001 = "text-ada-001"
15
}
16
17
-extension ChatGPTModel {
+public extension ChatGPTModel {
18
var endpoint: String {
19
switch self {
20
case .gpt35Turbo:
0 commit comments