Skip to content

Commit 8b985c5

Browse files
committed
Add the 'gpt-oss-120b' model to the Together chatbot configuration
1 parent 01f6519 commit 8b985c5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/shared/src/constants/chatbots.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ export const CHATBOTS = {
246246
models: {
247247
'qwen3-235b-a22b-2507': { label: 'Qwen3 235B (2507)' },
248248
'deepseek-r1-0528': { label: 'DeepSeek R1 (0528)' },
249+
'gpt-oss-120b': { label: 'GPT OSS 120B' },
249250
'deepseek-v3-0324': { label: 'DeepSeek V3 (0324)' },
250251
'kimi-k2': { label: 'Kimi K2' },
251252
'llama-4-maverick': { label: 'Llama 4 Maverick' }

0 commit comments

Comments
 (0)