apexify.js 4.3.7 → 4.3.8

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.
@@ -23,7 +23,7 @@ const llamav2_1 = require("./modals-chat/llamav2");
23
23
  const llamav3_1 = require("./modals-chat/llamav3");
24
24
  const gemma_1 = require("./modals-chat/gemma");
25
25
  const mixtralv2_1 = require("./modals-chat/mixtralv2");
26
- sdk.auth('43435e1c-cab1-493f-a224-f51e4b97ce8d');
26
+ sdk.auth('77b496b2-cadd-431f-b9b8-9e9917000075');
27
27
  const hercai = new hercai_1.Hercai('6eZZOdDwm6Epdzn8mnhcX9SBDkxvoNYcNj9ILS0P44=');
28
28
  async function ApexImagine(model, prompt, options) {
29
29
  let imageURL;
@@ -11,7 +11,7 @@ const axios_1 = __importDefault(require("axios"));
11
11
  const validOptions_1 = require("./validOptions");
12
12
  const api_1 = __importDefault(require("api"));
13
13
  const sdk = (0, api_1.default)("@prodia/v1.3.0#be019b2kls0gqss3");
14
- sdk.auth('43435e1c-cab1-493f-a224-f51e4b97ce8d');
14
+ sdk.auth('77b496b2-cadd-431f-b9b8-9e9917000075');
15
15
  async function aiImagine(message, numOfImages, textToDraw, hercai, imageModal, nsfw, nsfwKeyWords, deepCheck, enhancer, buttons, RespondMessage) {
16
16
  const maxRetryAttempts = 4;
17
17
  const retryInterval = 5000;
@@ -16,7 +16,7 @@ import { llama3 } from './modals-chat/llamav3';
16
16
  import { gemma } from './modals-chat/gemma';
17
17
  import { mixtral2 } from './modals-chat/mixtralv2';
18
18
 
19
- sdk.auth('43435e1c-cab1-493f-a224-f51e4b97ce8d');
19
+ sdk.auth('77b496b2-cadd-431f-b9b8-9e9917000075');
20
20
  const hercai = new Hercai('6eZZOdDwm6Epdzn8mnhcX9SBDkxvoNYcNj9ILS0P44=');
21
21
 
22
22
  export interface ApexImagineOptions {
@@ -6,7 +6,7 @@ import { validOptions } from './validOptions';
6
6
  import api from "api";
7
7
 
8
8
  const sdk: any = api("@prodia/v1.3.0#be019b2kls0gqss3");
9
- sdk.auth('43435e1c-cab1-493f-a224-f51e4b97ce8d');
9
+ sdk.auth('77b496b2-cadd-431f-b9b8-9e9917000075');
10
10
  async function aiImagine(
11
11
  message: any,
12
12
  numOfImages: number,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apexify.js",
3
- "version": "4.3.7",
3
+ "version": "4.3.8",
4
4
  "description": "Ai and Canvas library. Supports ts & js (supports front/back end).",
5
5
  "main": "./dist/index.js",
6
6
  "author": "zenith-79",