Skip to content

Commit e07abbb

Browse files
authored
Update context size (#2588)
1 parent 62188da commit e07abbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front/lib/api/assistant/global_agents.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ async function _getGPT4GlobalAgent({
162162
sId: GLOBAL_AGENTS_SID.GPT4,
163163
version: 0,
164164
name: "gpt4",
165-
description: "OpenAI's most powerful and recent model (32k context).",
165+
description: "OpenAI's most powerful and recent model (128k context).",
166166
pictureUrl: "https://dust.tt/static/systemavatar/gpt4_avatar_full.png",
167167
status,
168168
scope: "global",

0 commit comments

Comments
 (0)