Skip to content

Commit

Permalink
🐛 fix: fix qwen-1.5-chat-72B context window in togetherai (lobehub#2142)
Browse files Browse the repository at this point in the history
Fix Qwen 1.5 Chat 72B content window size
  • Loading branch information
JamesFlare1212 authored Apr 23, 2024
1 parent 999b782 commit d0753cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/modelProviders/togetherai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const TogetherAI: ModelProviderCard = {
enabled: true,
functionCall: false,
id: 'Qwen/Qwen1.5-72B-Chat',
tokens: 4096,
tokens: 32_768,
vision: false,
},
],
Expand Down

0 comments on commit d0753cf

Please sign in to comment.