From 60754b65cf5c633891f9536e56d4db48f8ffa795 Mon Sep 17 00:00:00 2001 From: 1e0n Date: Fri, 12 Dec 2025 04:22:20 +0800 Subject: [PATCH] add gpt 5.2 --- config.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config.json b/config.json index 177ab03..30a43f4 100644 --- a/config.json +++ b/config.json @@ -49,6 +49,13 @@ "reasoning": "auto", "provider": "anthropic" }, + { + "name": "GPT-5.2", + "id": "gpt-5.2", + "type": "openai", + "reasoning": "auto", + "provider": "openai" + }, { "name": "GPT-5.1", "id": "gpt-5.1",