@llmops/gateway 0.1.4 → 0.1.5-beta.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/index.cjs +3 -3
- package/dist/index.mjs +3 -3
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -46,7 +46,7 @@ let ioredis = require("ioredis");
|
|
|
46
46
|
ioredis = __toESM(ioredis);
|
|
47
47
|
|
|
48
48
|
//#region src/globals.ts
|
|
49
|
-
const POWERED_BY = "
|
|
49
|
+
const POWERED_BY = "llmops";
|
|
50
50
|
const MAX_RETRY_LIMIT_MS = 60 * 1e3;
|
|
51
51
|
const POSSIBLE_RETRY_STATUS_HEADERS = [
|
|
52
52
|
"retry-after-ms",
|
|
@@ -9980,7 +9980,7 @@ const retryRequest = async (url, options, retryCount, statusCodesToRetry, timeou
|
|
|
9980
9980
|
|
|
9981
9981
|
//#endregion
|
|
9982
9982
|
//#region package.json
|
|
9983
|
-
var version = "0.1.
|
|
9983
|
+
var version = "0.1.5-beta.2";
|
|
9984
9984
|
|
|
9985
9985
|
//#endregion
|
|
9986
9986
|
//#region src/providers/bytez/api.ts
|
|
@@ -24746,7 +24746,7 @@ const OpenrouterAPIConfig = {
|
|
|
24746
24746
|
headers: ({ providerOptions }) => {
|
|
24747
24747
|
return {
|
|
24748
24748
|
Authorization: `Bearer ${providerOptions.apiKey}`,
|
|
24749
|
-
"HTTP-Referer": "https://
|
|
24749
|
+
"HTTP-Referer": "https://llmops.build/",
|
|
24750
24750
|
"X-Title": POWERED_BY
|
|
24751
24751
|
};
|
|
24752
24752
|
},
|
package/dist/index.mjs
CHANGED
|
@@ -19,7 +19,7 @@ var __require = /* @__PURE__ */ createRequire(import.meta.url);
|
|
|
19
19
|
|
|
20
20
|
//#endregion
|
|
21
21
|
//#region src/globals.ts
|
|
22
|
-
const POWERED_BY = "
|
|
22
|
+
const POWERED_BY = "llmops";
|
|
23
23
|
const MAX_RETRY_LIMIT_MS = 60 * 1e3;
|
|
24
24
|
const POSSIBLE_RETRY_STATUS_HEADERS = [
|
|
25
25
|
"retry-after-ms",
|
|
@@ -9953,7 +9953,7 @@ const retryRequest = async (url, options, retryCount, statusCodesToRetry, timeou
|
|
|
9953
9953
|
|
|
9954
9954
|
//#endregion
|
|
9955
9955
|
//#region package.json
|
|
9956
|
-
var version = "0.1.
|
|
9956
|
+
var version = "0.1.5-beta.2";
|
|
9957
9957
|
|
|
9958
9958
|
//#endregion
|
|
9959
9959
|
//#region src/providers/bytez/api.ts
|
|
@@ -24719,7 +24719,7 @@ const OpenrouterAPIConfig = {
|
|
|
24719
24719
|
headers: ({ providerOptions }) => {
|
|
24720
24720
|
return {
|
|
24721
24721
|
Authorization: `Bearer ${providerOptions.apiKey}`,
|
|
24722
|
-
"HTTP-Referer": "https://
|
|
24722
|
+
"HTTP-Referer": "https://llmops.build/",
|
|
24723
24723
|
"X-Title": POWERED_BY
|
|
24724
24724
|
};
|
|
24725
24725
|
},
|