Skip to content

Commit ea497a6

Browse files
authored
Merge pull request #30 from KumaVolt/gpt-5-support
Add 'GPT-5' support
2 parents 23c689d + 754b230 commit ea497a6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/EncoderProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ final class EncoderProvider implements ResetInterface
6969
'o1' => 'o200k_base',
7070
'o3' => 'o200k_base',
7171
'o4-mini' => 'o200k_base',
72+
'gpt-5' => 'o200k_base',
7273
'gpt-4' => 'cl100k_base',
7374
'gpt-4.1' => 'o200k_base',
7475
'gpt-4o' => 'o200k_base',

0 commit comments

Comments
 (0)