@shun-js/aibaiban-server 1.2.8 → 1.3.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shun-js/aibaiban-server",
3
- "version": "1.2.8",
3
+ "version": "1.3.0",
4
4
  "description": "aibaiban.com server",
5
5
  "keywords": [
6
6
  "ai aibaiban"
@@ -45,5 +45,5 @@
45
45
  "access": "public",
46
46
  "registry": "https://registry.npmjs.org/"
47
47
  },
48
- "gitHead": "4bd41bcab8c62c0bd062f03b8c8a63dfb9a48e06"
48
+ "gitHead": "a917259361421ae5fcdf42ab9f703e6131aa2041"
49
49
  }
@@ -349,8 +349,6 @@ exports.drawAgent = async (req, res) => {
349
349
  body: JSON.stringify({
350
350
  model: imageGenConfig.modelName,
351
351
  prompt: decision.prompt,
352
- size: '1024x1024',
353
- n: 1,
354
352
  }),
355
353
  });
356
354