@zodic/shared 0.0.359 → 0.0.361

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.
@@ -528,8 +528,8 @@ export class ArtifactService {
528
528
  const timeoutPromise = new Promise((_, reject) => {
529
529
  setTimeout(
530
530
  () =>
531
- reject(new Error('FaceSwap API call timed out after 8 seconds')),
532
- 8000
531
+ reject(new Error('FaceSwap API call timed out after 12 seconds')),
532
+ 12000
533
533
  );
534
534
  });
535
535
 
@@ -15,7 +15,7 @@ export class ImageDescriberService {
15
15
  content: [
16
16
  {
17
17
  type: 'text',
18
- text: 'Describe the following traits of the person in the picture:\n- Hair color, size and style\n- Skin color\n- Eye color\n\nReturn the result in the following format:\n\nHair: hair description\nSkin: skin description\nEye: eye color',
18
+ text: 'Describe the following traits of the person in the picture:\n- Hair color, size and style\n- Skin color\n\nReturn the result in the following format:\n\nHair: hair description\nSkin: skin description',
19
19
  },
20
20
  {
21
21
  type: 'image_url',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zodic/shared",
3
- "version": "0.0.359",
3
+ "version": "0.0.361",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "publishConfig": {