Skip to content

Commit 9c29cc4

Browse files
committed
Bump max token size to 8192
1 parent 8ab7415 commit 9c29cc4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Core/Sources/Preferences/ChatGPTModel.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ public extension ChatGPTModel {
3030
case .gpt432k0314:
3131
return 32768
3232
case .gpt35Turbo:
33-
return 4096
33+
return 8192
3434
case .gpt35Turbo0301:
35-
return 4096
35+
return 8192
3636
}
3737
}
3838
}

0 commit comments

Comments
 (0)