utilitas 2001.1.113 → 2001.1.114

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/lib/alan.mjs CHANGED
@@ -1188,6 +1188,8 @@ const promptOpenAI = async (aiId, prompt, options = {}) => {
1188
1188
  // n = 1, // 1 ~ 10
1189
1189
  // @TODO: 支持 streaming image generation
1190
1190
  // https://platform.openai.com/docs/guides/image-generation?api=responses
1191
+ // Please note that right now, only gpt-image-1 and gpt-image-1-mini are
1192
+ // supported in the Responses API. We're working on support for gpt-image-1.5.
1191
1193
  // partial_images: 3, stream: true,
1192
1194
  // @TODO: 支持 image editing {}
1193
1195
  ...options?.params || {},
package/lib/manifest.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  const manifest = {
2
2
  "name": "utilitas",
3
3
  "description": "Just another common utility for JavaScript.",
4
- "version": "2001.1.113",
4
+ "version": "2001.1.114",
5
5
  "private": false,
6
6
  "homepage": "https://github.com/Leask/utilitas",
7
7
  "main": "index.mjs",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "utilitas",
3
3
  "description": "Just another common utility for JavaScript.",
4
- "version": "2001.1.113",
4
+ "version": "2001.1.114",
5
5
  "private": false,
6
6
  "homepage": "https://github.com/Leask/utilitas",
7
7
  "main": "index.mjs",