GPT-6 Astra対応
This commit is contained in:
+4
-2
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user