@mindstudio-ai/remy 0.1.215 → 0.1.216
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/headless.js +2 -1
- package/dist/index.js +2 -1
- package/package.json +1 -1
package/dist/headless.js
CHANGED
|
@@ -3631,7 +3631,8 @@ var ALLOWED_MODELS_BY_TYPE = {
|
|
|
3631
3631
|
"gemini-3.1-pro",
|
|
3632
3632
|
"gemini-3-flash",
|
|
3633
3633
|
"gemini-3.5-flash",
|
|
3634
|
-
"grok-build-0.1"
|
|
3634
|
+
"grok-build-0.1",
|
|
3635
|
+
"grok-4.5"
|
|
3635
3636
|
]
|
|
3636
3637
|
// vision: undefined — unconstrained
|
|
3637
3638
|
// image_generation: undefined — unconstrained
|
package/dist/index.js
CHANGED
|
@@ -2250,7 +2250,8 @@ var init_surfaces = __esm({
|
|
|
2250
2250
|
"gemini-3.1-pro",
|
|
2251
2251
|
"gemini-3-flash",
|
|
2252
2252
|
"gemini-3.5-flash",
|
|
2253
|
-
"grok-build-0.1"
|
|
2253
|
+
"grok-build-0.1",
|
|
2254
|
+
"grok-4.5"
|
|
2254
2255
|
]
|
|
2255
2256
|
// vision: undefined — unconstrained
|
|
2256
2257
|
// image_generation: undefined — unconstrained
|