From dd52c5e38dc493425a4b543f642480c41b107e24 Mon Sep 17 00:00:00 2001 From: Roman Pavelka Date: Mon, 4 May 2026 13:23:55 +0200 Subject: [PATCH] GPT-5.5 as default --- libopenai/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libopenai/constants.py b/libopenai/constants.py index 3f827a3..c96a319 100644 --- a/libopenai/constants.py +++ b/libopenai/constants.py @@ -1,7 +1,7 @@ import os from pathlib import Path -DEFAULT_MODEL = "gpt-5.4" +DEFAULT_MODEL = "gpt-5.5" IMAGE_EXTENSIONS = (".png", ".jpg", ".jpeg", ".webp", ".gif") USER_DATA_EXTENSIONS = (