@infersec/conduit 1.42.1 → 1.42.3

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/cli.js CHANGED
@@ -6,7 +6,7 @@ const __dirname = __pathDirname(__filename);
6
6
 
7
7
  import { parseArgs } from 'node:util';
8
8
  import 'node:crypto';
9
- import { a as asError, s as startInferenceAgent } from './start-DGdf6ycx.js';
9
+ import { a as asError, s as startInferenceAgent } from './start-DvCDrX-V.js';
10
10
  import 'argon2';
11
11
  import 'node:child_process';
12
12
  import 'node:stream';
package/dist/index.js CHANGED
@@ -5,7 +5,7 @@ const __filename = __fileURLToPath(import.meta.url);
5
5
  const __dirname = __pathDirname(__filename);
6
6
 
7
7
  import 'node:crypto';
8
- import { s as startInferenceAgent, a as asError } from './start-DGdf6ycx.js';
8
+ import { s as startInferenceAgent, a as asError } from './start-DvCDrX-V.js';
9
9
  import 'argon2';
10
10
  import 'node:child_process';
11
11
  import 'node:stream';
@@ -109697,7 +109697,6 @@ function createConduitOpenAIAPIReferenceHandlers({ apiClient, configuration, get
109697
109697
  },
109698
109698
  "/v1/models": {
109699
109699
  GET: async () => {
109700
- const modelID = getModelID();
109701
109700
  const modelManager = getModelManager();
109702
109701
  const effectiveContextLength = getEffectiveContextLength({
109703
109702
  contextLength: modelManager.contextLength,
@@ -109709,7 +109708,7 @@ function createConduitOpenAIAPIReferenceHandlers({ apiClient, configuration, get
109709
109708
  data: [
109710
109709
  {
109711
109710
  created: startup / 1000,
109712
- id: modelID,
109711
+ id: "default",
109713
109712
  limit: {
109714
109713
  context: effectiveContextLength
109715
109714
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@infersec/conduit",
3
3
  "description": "End user conduit agent for connecting local LLMs to the cloud.",
4
- "version": "1.42.1",
4
+ "version": "1.42.3",
5
5
  "bin": {
6
6
  "infersec-conduit": "./dist/cli.js"
7
7
  },