From 29d48e0fff6eaf962debf933aeccf43ee7c0af46 Mon Sep 17 00:00:00 2001 From: Ben Date: Thu, 26 Dec 2024 17:55:23 +0800 Subject: [PATCH] Update groq.ts --- src/config/modelProviders/groq.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/modelProviders/groq.ts b/src/config/modelProviders/groq.ts index b0090f02d881..d7819854abf6 100644 --- a/src/config/modelProviders/groq.ts +++ b/src/config/modelProviders/groq.ts @@ -75,12 +75,12 @@ const Groq: ModelProviderCard = { }, }, { + contextWindowTokens: 8192, description: 'Llama 3.1 405B 指令模型,具备超大规模参数,适合复杂任务和高负载场景下的指令跟随。', displayName: 'Llama 3.1 405B', enabled: true, functionCall: true, id: 'llama-3.1-405b-reasoning', - tokens: 8192, }, { contextWindowTokens: 8192,