From ce9b1696687487ee36165c3101d4dbee52b859a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E7=AA=AA=20=E8=B2=B4=E6=B4=8B?= Date: Sat, 19 Sep 2026 12:28:44 +0900 Subject: [PATCH] =?UTF-8?q?GPT-6=20Astra=E5=AF=BE=E5=BF=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- my-labai.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/my-labai.el b/my-labai.el index 31e9ba3..5571671 100644 --- a/my-labai.el +++ b/my-labai.el @@ -28,7 +28,8 @@ (defconst lab-ai-supported-models '("gpt-5.6-luna" "gpt-5.6-terra" - "gpt-5.6-sol") + "gpt-5.6-sol" + "gpt-6-astra") "Models supported by the Lab-AI gateway.") (defcustom lab-ai-model @@ -37,7 +38,8 @@ :type '(choice (const :tag "GPT-5.6 Luna" "gpt-5.6-luna") (const :tag "GPT-5.6 Terra" "gpt-5.6-terra") - (const :tag "GPT-5.6 Sol" "gpt-5.6-sol")) + (const :tag "GPT-5.6 Sol" "gpt-5.6-sol") + (const :tag "GPT-6 Astra" "gpt-6-astra")) :group 'lab-ai) (defcustom lab-ai-image-size