Comparing version 0.25.0 to 0.26.0
@@ -1,3 +0,3 @@ | ||
export { O as default } from './client-9db01804.js'; | ||
export { O as default } from './client-31519bf4.js'; | ||
import './shared-e8f532eb.js'; | ||
import 'openai'; |
@@ -605,3 +605,3 @@ var __accessCheck = (obj, member, msg) => { | ||
this.request = new HttpRequest({ | ||
BASE: config?.BASE ?? "https://app.openpipe.ai/api/v1", | ||
BASE: config?.BASE ?? "https://api.openpipe.ai/api/v1", | ||
VERSION: config?.VERSION ?? "0.1.1", | ||
@@ -608,0 +608,0 @@ WITH_CREDENTIALS: config?.WITH_CREDENTIALS ?? false, |
@@ -10,2 +10,2 @@ export { o as openai } from './openai.js'; | ||
import 'openai/streaming'; | ||
import './client-9db01804.js'; | ||
import './client-31519bf4.js'; |
@@ -725,3 +725,3 @@ var __defProp = Object.defineProperty; | ||
this.request = new HttpRequest({ | ||
BASE: config?.BASE ?? "https://app.openpipe.ai/api/v1", | ||
BASE: config?.BASE ?? "https://api.openpipe.ai/api/v1", | ||
VERSION: config?.VERSION ?? "0.1.1", | ||
@@ -746,3 +746,3 @@ WITH_CREDENTIALS: config?.WITH_CREDENTIALS ?? false, | ||
name: "openpipe-dev", | ||
version: "0.25.0", | ||
version: "0.26.0", | ||
type: "module", | ||
@@ -789,3 +789,3 @@ description: "LLM metrics and inference", | ||
"node-fetch": "2.7.0", | ||
openai: "^4.57.3" | ||
openai: "^4.62.1" | ||
}, | ||
@@ -792,0 +792,0 @@ devDependencies: { |
@@ -6,3 +6,3 @@ import * as openai_resources from 'openai/resources'; | ||
import { WrappedStream } from './openai/streaming.js'; | ||
import { O as OpenPipe, D as DefaultService } from './client-9db01804.js'; | ||
import { O as OpenPipe, D as DefaultService } from './client-31519bf4.js'; | ||
import { Stream } from 'openai/streaming'; | ||
@@ -9,0 +9,0 @@ import { a as OpenPipeConfig, b as OpenPipeArgs, O as OpenPipeMeta } from './shared-e8f532eb.js'; |
@@ -716,3 +716,3 @@ var __accessCheck = (obj, member, msg) => { | ||
this.request = new HttpRequest({ | ||
BASE: config?.BASE ?? "https://app.openpipe.ai/api/v1", | ||
BASE: config?.BASE ?? "https://api.openpipe.ai/api/v1", | ||
VERSION: config?.VERSION ?? "0.1.1", | ||
@@ -737,3 +737,3 @@ WITH_CREDENTIALS: config?.WITH_CREDENTIALS ?? false, | ||
name: "openpipe-dev", | ||
version: "0.25.0", | ||
version: "0.26.0", | ||
type: "module", | ||
@@ -780,3 +780,3 @@ description: "LLM metrics and inference", | ||
"node-fetch": "2.7.0", | ||
openai: "^4.57.3" | ||
openai: "^4.62.1" | ||
}, | ||
@@ -783,0 +783,0 @@ devDependencies: { |
{ | ||
"name": "openpipe", | ||
"version": "0.25.0", | ||
"version": "0.26.0", | ||
"type": "module", | ||
@@ -19,3 +19,3 @@ "description": "LLM metrics and inference", | ||
"node-fetch": "2.7.0", | ||
"openai": "^4.57.3" | ||
"openai": "^4.62.1" | ||
}, | ||
@@ -22,0 +22,0 @@ "devDependencies": { |
@@ -51,3 +51,3 @@ # OpenPipe Node API Library | ||
apiKey: "my api key", // defaults to process.env["OPENPIPE_API_KEY"] | ||
baseUrl: "my url", // defaults to process.env["OPENPIPE_BASE_URL"] or https://app.openpipe.ai/api/v1 if not set | ||
baseUrl: "my url", // defaults to process.env["OPENPIPE_BASE_URL"] or https://api.openpipe.ai/api/v1 if not set | ||
}, | ||
@@ -54,0 +54,0 @@ }); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
693241
6685
Updatedopenai@^4.62.1