Skip to content

Commit dd8b6d0

Browse files
author
Nicola Lanzilotto
committed
Adds the LLM model Gpt-5.2
1 parent a8614fe commit dd8b6d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/utils/util.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -875,6 +875,7 @@ export const DEEPSEEK_MODEL: Array<{ name: string, value: string, description:st
875875
]
876876

877877
export var OPENAI_MODEL: Array<{ name: string, value: string, description:string, status: "active" | "inactive", additionalText?: string}> = [
878+
{ name: "Gpt-5.2", value: "gpt-5.2", description: "TYPE_GPT_MODEL.deepseek-chat.description", status: "active" },
878879
{ name: "Gpt-5.1", value: "gpt-5.1", description: "TYPE_GPT_MODEL.deepseek-chat.description", status: "active" },
879880
{ name: "Gpt-5", value: "gpt-5", description: "TYPE_GPT_MODEL.deepseek-chat.description", status: "active" },
880881
{ name: "Gpt-5-mini", value: "gpt-5-mini", description: "TYPE_GPT_MODEL.deepseek-chat.description", status: "active" },

0 commit comments

Comments
 (0)