Skip to content

Commit d0753cf

Browse files
🐛 fix: fix qwen-1.5-chat-72B context window in togetherai (#2142)
Fix Qwen 1.5 Chat 72B content window size
1 parent 999b782 commit d0753cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/modelProviders/togetherai.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const TogetherAI: ModelProviderCard = {
8888
enabled: true,
8989
functionCall: false,
9090
id: 'Qwen/Qwen1.5-72B-Chat',
91-
tokens: 4096,
91+
tokens: 32_768,
9292
vision: false,
9393
},
9494
],

0 commit comments

Comments
 (0)