Skip to content

Commit c1fea05

Browse files
committed
Changed ChatGPTModel extension to public
1 parent 8296726 commit c1fea05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Core/Sources/Preferences/ChatGPTModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public enum ChatGPTModel: String {
1414
case textAda001 = "text-ada-001"
1515
}
1616

17-
extension ChatGPTModel {
17+
public extension ChatGPTModel {
1818
var endpoint: String {
1919
switch self {
2020
case .gpt35Turbo:

0 commit comments

Comments
 (0)