@mindstudio-ai/remy 0.1.181 → 0.1.182
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
|
@@ -3802,7 +3802,8 @@ var ALLOWED_MODELS_BY_TYPE = {
|
|
|
3802
3802
|
"gpt-5.5",
|
|
3803
3803
|
"gemini-3-pro",
|
|
3804
3804
|
"gemini-3.1-pro",
|
|
3805
|
-
"gemini-3-flash"
|
|
3805
|
+
"gemini-3-flash",
|
|
3806
|
+
"gemini-3.5-flash"
|
|
3806
3807
|
]
|
|
3807
3808
|
// vision: undefined — unconstrained
|
|
3808
3809
|
// image_generation: undefined — unconstrained
|
package/dist/index.js
CHANGED
|
@@ -2114,7 +2114,8 @@ var init_surfaces = __esm({
|
|
|
2114
2114
|
"gpt-5.5",
|
|
2115
2115
|
"gemini-3-pro",
|
|
2116
2116
|
"gemini-3.1-pro",
|
|
2117
|
-
"gemini-3-flash"
|
|
2117
|
+
"gemini-3-flash",
|
|
2118
|
+
"gemini-3.5-flash"
|
|
2118
2119
|
]
|
|
2119
2120
|
// vision: undefined — unconstrained
|
|
2120
2121
|
// image_generation: undefined — unconstrained
|