Skip to content

Commit e620207

Browse files
committed
add back 4.1
1 parent f4783c2 commit e620207

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ export const validModels = [
4545
name: 'gpt-4o-mini',
4646
context: 128_000,
4747
},
48+
{
49+
name: 'gpt-4.1',
50+
context: 128_000,
51+
},
4852
{
4953
name: 'gpt-5',
5054
context: 128_000,

0 commit comments

Comments
 (0)