GPT-6 Astra対応

This commit is contained in:
大窪 貴洋
2026-09-19 12:28:44 +09:00
parent e66cd1c51a
commit ce9b169668
+4 -2
View File
@@ -28,7 +28,8 @@
(defconst lab-ai-supported-models (defconst lab-ai-supported-models
'("gpt-5.6-luna" '("gpt-5.6-luna"
"gpt-5.6-terra" "gpt-5.6-terra"
"gpt-5.6-sol") "gpt-5.6-sol"
"gpt-6-astra")
"Models supported by the Lab-AI gateway.") "Models supported by the Lab-AI gateway.")
(defcustom lab-ai-model (defcustom lab-ai-model
@@ -37,7 +38,8 @@
:type '(choice :type '(choice
(const :tag "GPT-5.6 Luna" "gpt-5.6-luna") (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 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) :group 'lab-ai)
(defcustom lab-ai-image-size (defcustom lab-ai-image-size