openfox 1.3.1 → 1.3.2
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/{chunk-NGSSEMII.js → chunk-3RQVQEJK.js} +5 -5
- package/dist/{chunk-IBA3NQAD.js → chunk-DJ63VO76.js} +2 -2
- package/dist/{chunk-BNK5N227.js → chunk-FDSMWTWR.js} +2 -2
- package/dist/{chunk-MWCDIGQJ.js → chunk-G6YDTMES.js} +10 -10
- package/dist/{chunk-ON2IR3E4.js → chunk-HADOQO3N.js} +6 -6
- package/dist/{chunk-YSPC6TQJ.js → chunk-XHWINXDP.js} +2 -2
- package/dist/cli/dev.js +1 -1
- package/dist/cli/index.js +1 -1
- package/dist/{config-ONC2MTDE.js → config-KP77JNPB.js} +4 -4
- package/dist/{init-TLQQLRGQ.js → init-ZZ6WC5I3.js} +7 -7
- package/dist/package.json +1 -1
- package/dist/{provider-FAO4R2GH.js → provider-672UW7G3.js} +6 -6
- package/dist/{serve-YBHJLFCY.js → serve-EIFTPECR.js} +7 -7
- package/dist/server/index.js +4 -4
- package/dist/{vision-fallback-MGSC5SWE.js → vision-fallback-HDVISC2D.js} +2 -2
- package/dist/web/assets/{index-mDQDb8-S.js → index-MxvFVrSK.js} +29 -29
- package/dist/web/index.html +1 -1
- package/dist/web/sw.js +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
describeImageFromDataUrl,
|
|
3
3
|
ensureVisionFallbackConfigLoaded
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-DJ63VO76.js";
|
|
5
5
|
import {
|
|
6
6
|
logger
|
|
7
7
|
} from "./chunk-PNBH3RAX.js";
|
|
@@ -390,7 +390,7 @@ var MODEL_PROFILES = [
|
|
|
390
390
|
topK: 40,
|
|
391
391
|
supportsReasoning: true,
|
|
392
392
|
reasoningAsContent: false,
|
|
393
|
-
defaultMaxTokens:
|
|
393
|
+
defaultMaxTokens: 4092,
|
|
394
394
|
supportsVision: false
|
|
395
395
|
}
|
|
396
396
|
},
|
|
@@ -818,7 +818,7 @@ function createLLMClient(config, initialBackend = "unknown") {
|
|
|
818
818
|
try {
|
|
819
819
|
const shouldDisableThinking = disableThinking || request.disableThinking === true;
|
|
820
820
|
await ensureVisionFallbackConfigLoaded();
|
|
821
|
-
const { isVisionFallbackEnabled } = await import("./vision-fallback-
|
|
821
|
+
const { isVisionFallbackEnabled } = await import("./vision-fallback-HDVISC2D.js");
|
|
822
822
|
const paramsOptions = {
|
|
823
823
|
model,
|
|
824
824
|
request,
|
|
@@ -896,7 +896,7 @@ function createLLMClient(config, initialBackend = "unknown") {
|
|
|
896
896
|
});
|
|
897
897
|
try {
|
|
898
898
|
await ensureVisionFallbackConfigLoaded();
|
|
899
|
-
const { isVisionFallbackEnabled } = await import("./vision-fallback-
|
|
899
|
+
const { isVisionFallbackEnabled } = await import("./vision-fallback-HDVISC2D.js");
|
|
900
900
|
const shouldDisableThinking = disableThinking || request.disableThinking === true;
|
|
901
901
|
const createParams = await buildStreamingCreateParams({
|
|
902
902
|
model,
|
|
@@ -1111,4 +1111,4 @@ export {
|
|
|
1111
1111
|
getLlmStatus,
|
|
1112
1112
|
clearModelCache
|
|
1113
1113
|
};
|
|
1114
|
-
//# sourceMappingURL=chunk-
|
|
1114
|
+
//# sourceMappingURL=chunk-3RQVQEJK.js.map
|
|
@@ -29,7 +29,7 @@ function isVisionFallbackEnabled() {
|
|
|
29
29
|
async function ensureVisionFallbackConfigLoaded() {
|
|
30
30
|
if (configLoaded) return;
|
|
31
31
|
try {
|
|
32
|
-
const { loadGlobalConfig, getVisionFallback } = await import("./config-
|
|
32
|
+
const { loadGlobalConfig, getVisionFallback } = await import("./config-KP77JNPB.js");
|
|
33
33
|
const { getRuntimeConfig } = await import("./runtime-config-2XJJIMSC.js");
|
|
34
34
|
const runtimeConfig = getRuntimeConfig();
|
|
35
35
|
const mode = runtimeConfig.mode ?? "production";
|
|
@@ -134,4 +134,4 @@ export {
|
|
|
134
134
|
describeImage,
|
|
135
135
|
describeImageFromDataUrl
|
|
136
136
|
};
|
|
137
|
-
//# sourceMappingURL=chunk-
|
|
137
|
+
//# sourceMappingURL=chunk-DJ63VO76.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
detectBackend,
|
|
3
3
|
detectModel
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-3RQVQEJK.js";
|
|
5
5
|
import {
|
|
6
6
|
getGlobalConfigPath
|
|
7
7
|
} from "./chunk-R4HADRYO.js";
|
|
@@ -380,4 +380,4 @@ export {
|
|
|
380
380
|
activateProvider,
|
|
381
381
|
mergeConfigs
|
|
382
382
|
};
|
|
383
|
-
//# sourceMappingURL=chunk-
|
|
383
|
+
//# sourceMappingURL=chunk-FDSMWTWR.js.map
|
|
@@ -24,7 +24,7 @@ Options:
|
|
|
24
24
|
`);
|
|
25
25
|
}
|
|
26
26
|
async function runConfig(mode) {
|
|
27
|
-
const { loadGlobalConfig, getActiveProvider, getDefaultModel } = await import("./config-
|
|
27
|
+
const { loadGlobalConfig, getActiveProvider, getDefaultModel } = await import("./config-KP77JNPB.js");
|
|
28
28
|
const { getGlobalConfigPath } = await import("./paths-ZRI56O63.js");
|
|
29
29
|
const config = await loadGlobalConfig(mode);
|
|
30
30
|
const configPath = getGlobalConfigPath(mode);
|
|
@@ -75,8 +75,8 @@ async function runCli(options) {
|
|
|
75
75
|
const [command] = positionals;
|
|
76
76
|
switch (command) {
|
|
77
77
|
case "init": {
|
|
78
|
-
const { runInitWithSelect } = await import("./init-
|
|
79
|
-
const { loadGlobalConfig, getActiveProvider } = await import("./config-
|
|
78
|
+
const { runInitWithSelect } = await import("./init-ZZ6WC5I3.js");
|
|
79
|
+
const { loadGlobalConfig, getActiveProvider } = await import("./config-KP77JNPB.js");
|
|
80
80
|
const config = await loadGlobalConfig(mode);
|
|
81
81
|
const activeProvider = getActiveProvider(config);
|
|
82
82
|
if (activeProvider) {
|
|
@@ -91,17 +91,17 @@ async function runCli(options) {
|
|
|
91
91
|
break;
|
|
92
92
|
}
|
|
93
93
|
case "provider": {
|
|
94
|
-
const { runProviderCommand } = await import("./provider-
|
|
94
|
+
const { runProviderCommand } = await import("./provider-672UW7G3.js");
|
|
95
95
|
const [, subcommand] = positionals;
|
|
96
96
|
await runProviderCommand(mode, subcommand);
|
|
97
97
|
break;
|
|
98
98
|
}
|
|
99
99
|
default: {
|
|
100
|
-
const { configFileExists } = await import("./config-
|
|
100
|
+
const { configFileExists } = await import("./config-KP77JNPB.js");
|
|
101
101
|
const configExists = await configFileExists(mode);
|
|
102
102
|
if (!configExists) {
|
|
103
103
|
console.log("Welcome to OpenFox!\n");
|
|
104
|
-
const { trySmartDefaults, saveGlobalConfig, addProvider } = await import("./config-
|
|
104
|
+
const { trySmartDefaults, saveGlobalConfig, addProvider } = await import("./config-KP77JNPB.js");
|
|
105
105
|
const detected = await trySmartDefaults(mode);
|
|
106
106
|
if (detected) {
|
|
107
107
|
console.log(`\u2713 Found ${detected.backend} (${detected.model}) at ${detected.url}`);
|
|
@@ -119,17 +119,17 @@ async function runCli(options) {
|
|
|
119
119
|
models: [],
|
|
120
120
|
isActive: true
|
|
121
121
|
});
|
|
122
|
-
const { setDefaultModelSelection } = await import("./config-
|
|
122
|
+
const { setDefaultModelSelection } = await import("./config-KP77JNPB.js");
|
|
123
123
|
const finalConfig = setDefaultModelSelection(configWithProvider, configWithProvider.providers[0].id, detected.model);
|
|
124
124
|
await saveGlobalConfig(mode, finalConfig);
|
|
125
125
|
console.log("Configuration saved!\n");
|
|
126
126
|
} else {
|
|
127
127
|
console.log("\u2717 No LLM server detected\n");
|
|
128
|
-
const { runInitWithSelect } = await import("./init-
|
|
128
|
+
const { runInitWithSelect } = await import("./init-ZZ6WC5I3.js");
|
|
129
129
|
await runInitWithSelect(mode);
|
|
130
130
|
}
|
|
131
131
|
}
|
|
132
|
-
const { runServe } = await import("./serve-
|
|
132
|
+
const { runServe } = await import("./serve-EIFTPECR.js");
|
|
133
133
|
await runServe({
|
|
134
134
|
mode,
|
|
135
135
|
port: values.port ? parseInt(values.port) : void 0,
|
|
@@ -142,4 +142,4 @@ async function runCli(options) {
|
|
|
142
142
|
export {
|
|
143
143
|
runCli
|
|
144
144
|
};
|
|
145
|
-
//# sourceMappingURL=chunk-
|
|
145
|
+
//# sourceMappingURL=chunk-G6YDTMES.js.map
|
|
@@ -48,7 +48,7 @@ import {
|
|
|
48
48
|
import {
|
|
49
49
|
createProviderManager,
|
|
50
50
|
parseDefaultModelSelection
|
|
51
|
-
} from "./chunk-
|
|
51
|
+
} from "./chunk-XHWINXDP.js";
|
|
52
52
|
import {
|
|
53
53
|
createSession,
|
|
54
54
|
deleteSession,
|
|
@@ -124,7 +124,7 @@ import {
|
|
|
124
124
|
getBackendDisplayName,
|
|
125
125
|
getLlmStatus,
|
|
126
126
|
getModelProfile
|
|
127
|
-
} from "./chunk-
|
|
127
|
+
} from "./chunk-3RQVQEJK.js";
|
|
128
128
|
import {
|
|
129
129
|
getGlobalConfigDir
|
|
130
130
|
} from "./chunk-R4HADRYO.js";
|
|
@@ -5788,7 +5788,7 @@ async function createServerHandle(config) {
|
|
|
5788
5788
|
return res.status(400).json({ error: "providerId is required" });
|
|
5789
5789
|
}
|
|
5790
5790
|
sessionManager.setSessionProvider(sessionId, providerId, model ?? "auto");
|
|
5791
|
-
const { loadGlobalConfig, saveGlobalConfig, setDefaultModelSelection } = await import("./config-
|
|
5791
|
+
const { loadGlobalConfig, saveGlobalConfig, setDefaultModelSelection } = await import("./config-KP77JNPB.js");
|
|
5792
5792
|
const globalConfig = await loadGlobalConfig(config.mode ?? "production");
|
|
5793
5793
|
const updatedConfig = setDefaultModelSelection(globalConfig, providerId, model ?? "auto");
|
|
5794
5794
|
await saveGlobalConfig(config.mode ?? "production", updatedConfig);
|
|
@@ -6030,7 +6030,7 @@ async function createServerHandle(config) {
|
|
|
6030
6030
|
return res.status(400).json({ error: result.error });
|
|
6031
6031
|
}
|
|
6032
6032
|
const llmClient = getLLMClient();
|
|
6033
|
-
const { loadGlobalConfig, saveGlobalConfig, setDefaultModelSelection } = await import("./config-
|
|
6033
|
+
const { loadGlobalConfig, saveGlobalConfig, setDefaultModelSelection } = await import("./config-KP77JNPB.js");
|
|
6034
6034
|
const globalConfig = await loadGlobalConfig(config.mode ?? "production");
|
|
6035
6035
|
const updatedConfig = setDefaultModelSelection(globalConfig, id, llmClient.getModel());
|
|
6036
6036
|
await saveGlobalConfig(config.mode ?? "production", updatedConfig);
|
|
@@ -6051,7 +6051,7 @@ async function createServerHandle(config) {
|
|
|
6051
6051
|
if (!result.success) {
|
|
6052
6052
|
return res.status(400).json({ error: result.error });
|
|
6053
6053
|
}
|
|
6054
|
-
const { loadGlobalConfig, saveGlobalConfig } = await import("./config-
|
|
6054
|
+
const { loadGlobalConfig, saveGlobalConfig } = await import("./config-KP77JNPB.js");
|
|
6055
6055
|
const globalConfig = await loadGlobalConfig(config.mode ?? "production");
|
|
6056
6056
|
const updatedProviders = providerManager.getProviders();
|
|
6057
6057
|
const updatedConfig = {
|
|
@@ -6309,4 +6309,4 @@ export {
|
|
|
6309
6309
|
createServerHandle,
|
|
6310
6310
|
createServer
|
|
6311
6311
|
};
|
|
6312
|
-
//# sourceMappingURL=chunk-
|
|
6312
|
+
//# sourceMappingURL=chunk-HADOQO3N.js.map
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
createLLMClient,
|
|
4
4
|
detectBackend,
|
|
5
5
|
detectModel
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-3RQVQEJK.js";
|
|
7
7
|
import {
|
|
8
8
|
logger
|
|
9
9
|
} from "./chunk-PNBH3RAX.js";
|
|
@@ -441,4 +441,4 @@ export {
|
|
|
441
441
|
parseDefaultModelSelection,
|
|
442
442
|
createProviderManager
|
|
443
443
|
};
|
|
444
|
-
//# sourceMappingURL=chunk-
|
|
444
|
+
//# sourceMappingURL=chunk-XHWINXDP.js.map
|
package/dist/cli/dev.js
CHANGED
package/dist/cli/index.js
CHANGED
|
@@ -13,11 +13,11 @@ import {
|
|
|
13
13
|
saveGlobalConfig,
|
|
14
14
|
setDefaultModelSelection,
|
|
15
15
|
trySmartDefaults
|
|
16
|
-
} from "./chunk-
|
|
17
|
-
import "./chunk-
|
|
16
|
+
} from "./chunk-FDSMWTWR.js";
|
|
17
|
+
import "./chunk-3RQVQEJK.js";
|
|
18
18
|
import "./chunk-XFXOSPYH.js";
|
|
19
19
|
import "./chunk-R4HADRYO.js";
|
|
20
|
-
import "./chunk-
|
|
20
|
+
import "./chunk-DJ63VO76.js";
|
|
21
21
|
import "./chunk-PNBH3RAX.js";
|
|
22
22
|
export {
|
|
23
23
|
activateProvider,
|
|
@@ -35,4 +35,4 @@ export {
|
|
|
35
35
|
setDefaultModelSelection,
|
|
36
36
|
trySmartDefaults
|
|
37
37
|
};
|
|
38
|
-
//# sourceMappingURL=config-
|
|
38
|
+
//# sourceMappingURL=config-KP77JNPB.js.map
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import {
|
|
2
2
|
addProvider,
|
|
3
3
|
saveGlobalConfig
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-FDSMWTWR.js";
|
|
5
5
|
import {
|
|
6
6
|
detectBackend,
|
|
7
7
|
detectModel
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-3RQVQEJK.js";
|
|
9
9
|
import "./chunk-XFXOSPYH.js";
|
|
10
10
|
import {
|
|
11
11
|
getAuthConfigPath,
|
|
12
12
|
getAuthKeyPath
|
|
13
13
|
} from "./chunk-R4HADRYO.js";
|
|
14
|
-
import "./chunk-
|
|
14
|
+
import "./chunk-DJ63VO76.js";
|
|
15
15
|
import "./chunk-PNBH3RAX.js";
|
|
16
16
|
|
|
17
17
|
// src/cli/init.ts
|
|
@@ -212,7 +212,7 @@ async function runInitWithSelect(mode, existingConfig) {
|
|
|
212
212
|
models: [],
|
|
213
213
|
isActive: true
|
|
214
214
|
});
|
|
215
|
-
const { setDefaultModelSelection } = await import("./config-
|
|
215
|
+
const { setDefaultModelSelection } = await import("./config-KP77JNPB.js");
|
|
216
216
|
config = setDefaultModelSelection(config, config.providers[config.providers.length - 1].id, model ?? "auto");
|
|
217
217
|
} catch {
|
|
218
218
|
s2.stop("Server isn't available");
|
|
@@ -236,7 +236,7 @@ async function runInitWithSelect(mode, existingConfig) {
|
|
|
236
236
|
models: [],
|
|
237
237
|
isActive: true
|
|
238
238
|
});
|
|
239
|
-
const { setDefaultModelSelection } = await import("./config-
|
|
239
|
+
const { setDefaultModelSelection } = await import("./config-KP77JNPB.js");
|
|
240
240
|
config = setDefaultModelSelection(config, config.providers[config.providers.length - 1].id, "auto");
|
|
241
241
|
}
|
|
242
242
|
}
|
|
@@ -282,7 +282,7 @@ async function runInitWithSelect(mode, existingConfig) {
|
|
|
282
282
|
};
|
|
283
283
|
}
|
|
284
284
|
if (config.providers.length > 0 && !config.defaultModelSelection) {
|
|
285
|
-
const { setDefaultModelSelection } = await import("./config-
|
|
285
|
+
const { setDefaultModelSelection } = await import("./config-KP77JNPB.js");
|
|
286
286
|
config = setDefaultModelSelection(config, config.providers[0].id, "auto");
|
|
287
287
|
}
|
|
288
288
|
await saveGlobalConfig(mode, config);
|
|
@@ -291,4 +291,4 @@ async function runInitWithSelect(mode, existingConfig) {
|
|
|
291
291
|
export {
|
|
292
292
|
runInitWithSelect
|
|
293
293
|
};
|
|
294
|
-
//# sourceMappingURL=init-
|
|
294
|
+
//# sourceMappingURL=init-ZZ6WC5I3.js.map
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
fetchAvailableModelsFromBackend
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-XHWINXDP.js";
|
|
4
4
|
import {
|
|
5
5
|
activateProvider,
|
|
6
6
|
addProvider,
|
|
@@ -8,14 +8,14 @@ import {
|
|
|
8
8
|
loadGlobalConfig,
|
|
9
9
|
removeProvider,
|
|
10
10
|
saveGlobalConfig
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-FDSMWTWR.js";
|
|
12
12
|
import {
|
|
13
13
|
detectBackend,
|
|
14
14
|
detectModel
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-3RQVQEJK.js";
|
|
16
16
|
import "./chunk-XFXOSPYH.js";
|
|
17
17
|
import "./chunk-R4HADRYO.js";
|
|
18
|
-
import "./chunk-
|
|
18
|
+
import "./chunk-DJ63VO76.js";
|
|
19
19
|
import "./chunk-PNBH3RAX.js";
|
|
20
20
|
|
|
21
21
|
// src/cli/provider.ts
|
|
@@ -248,7 +248,7 @@ async function runProviderAdd(mode) {
|
|
|
248
248
|
isActive: makeActive
|
|
249
249
|
});
|
|
250
250
|
if (makeActive) {
|
|
251
|
-
const { setDefaultModelSelection } = await import("./config-
|
|
251
|
+
const { setDefaultModelSelection } = await import("./config-KP77JNPB.js");
|
|
252
252
|
newConfig = setDefaultModelSelection(newConfig, newConfig.providers[newConfig.providers.length - 1].id, selectedModel);
|
|
253
253
|
}
|
|
254
254
|
await saveGlobalConfig(mode, newConfig);
|
|
@@ -372,4 +372,4 @@ export {
|
|
|
372
372
|
runProviderRemove,
|
|
373
373
|
runProviderUse
|
|
374
374
|
};
|
|
375
|
-
//# sourceMappingURL=provider-
|
|
375
|
+
//# sourceMappingURL=provider-672UW7G3.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createServer
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-HADOQO3N.js";
|
|
4
4
|
import "./chunk-O7O3XMWO.js";
|
|
5
5
|
import "./chunk-4JBBQQOD.js";
|
|
6
6
|
import "./chunk-QDEKU5RL.js";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-XHWINXDP.js";
|
|
8
8
|
import "./chunk-NW7PIZH3.js";
|
|
9
9
|
import "./chunk-WQ4W5H6A.js";
|
|
10
10
|
import "./chunk-S4QKTRGJ.js";
|
|
@@ -21,15 +21,15 @@ import {
|
|
|
21
21
|
getActiveProvider,
|
|
22
22
|
getDefaultModel,
|
|
23
23
|
loadGlobalConfig
|
|
24
|
-
} from "./chunk-
|
|
25
|
-
import "./chunk-
|
|
24
|
+
} from "./chunk-FDSMWTWR.js";
|
|
25
|
+
import "./chunk-3RQVQEJK.js";
|
|
26
26
|
import "./chunk-XFXOSPYH.js";
|
|
27
27
|
import {
|
|
28
28
|
ensureDataDirExists,
|
|
29
29
|
getDatabasePath,
|
|
30
30
|
getGlobalConfigPath
|
|
31
31
|
} from "./chunk-R4HADRYO.js";
|
|
32
|
-
import "./chunk-
|
|
32
|
+
import "./chunk-DJ63VO76.js";
|
|
33
33
|
import {
|
|
34
34
|
logger
|
|
35
35
|
} from "./chunk-PNBH3RAX.js";
|
|
@@ -39,7 +39,7 @@ import os from "os";
|
|
|
39
39
|
import { statSync } from "fs";
|
|
40
40
|
|
|
41
41
|
// src/constants.ts
|
|
42
|
-
var VERSION = "1.3.
|
|
42
|
+
var VERSION = "1.3.2";
|
|
43
43
|
|
|
44
44
|
// src/server/utils/network.ts
|
|
45
45
|
function getNetworkInterfaces() {
|
|
@@ -190,4 +190,4 @@ async function runServe(options) {
|
|
|
190
190
|
export {
|
|
191
191
|
runServe
|
|
192
192
|
};
|
|
193
|
-
//# sourceMappingURL=serve-
|
|
193
|
+
//# sourceMappingURL=serve-EIFTPECR.js.map
|
package/dist/server/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createServer,
|
|
3
3
|
createServerHandle
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-HADOQO3N.js";
|
|
5
5
|
import "../chunk-O7O3XMWO.js";
|
|
6
6
|
import "../chunk-4JBBQQOD.js";
|
|
7
7
|
import "../chunk-QDEKU5RL.js";
|
|
8
|
-
import "../chunk-
|
|
8
|
+
import "../chunk-XHWINXDP.js";
|
|
9
9
|
import "../chunk-NW7PIZH3.js";
|
|
10
10
|
import "../chunk-WQ4W5H6A.js";
|
|
11
11
|
import "../chunk-S4QKTRGJ.js";
|
|
@@ -16,10 +16,10 @@ import "../chunk-3EHGGBWE.js";
|
|
|
16
16
|
import "../chunk-QY7BMXWT.js";
|
|
17
17
|
import "../chunk-TPT6HP4H.js";
|
|
18
18
|
import "../chunk-TVQOONDR.js";
|
|
19
|
-
import "../chunk-
|
|
19
|
+
import "../chunk-3RQVQEJK.js";
|
|
20
20
|
import "../chunk-XFXOSPYH.js";
|
|
21
21
|
import "../chunk-R4HADRYO.js";
|
|
22
|
-
import "../chunk-
|
|
22
|
+
import "../chunk-DJ63VO76.js";
|
|
23
23
|
import "../chunk-PNBH3RAX.js";
|
|
24
24
|
export {
|
|
25
25
|
createServer,
|
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
getVisionFallbackConfig,
|
|
8
8
|
isVisionFallbackEnabled,
|
|
9
9
|
setVisionFallbackConfig
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-DJ63VO76.js";
|
|
11
11
|
import "./chunk-PNBH3RAX.js";
|
|
12
12
|
export {
|
|
13
13
|
clearDescriptionCache,
|
|
@@ -19,4 +19,4 @@ export {
|
|
|
19
19
|
isVisionFallbackEnabled,
|
|
20
20
|
setVisionFallbackConfig
|
|
21
21
|
};
|
|
22
|
-
//# sourceMappingURL=vision-fallback-
|
|
22
|
+
//# sourceMappingURL=vision-fallback-HDVISC2D.js.map
|