pi-cliproxyapi 0.3.1 → 0.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.
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-cliproxyapi",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Pi extension for corporate management of model providers via a single CliProxyAPI endpoint",
|
|
6
6
|
"license": "MIT",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"files": [
|
|
12
12
|
"index.ts",
|
|
13
13
|
"src",
|
|
14
|
+
"docs",
|
|
14
15
|
"README.md"
|
|
15
16
|
],
|
|
16
17
|
"pi": {
|
package/src/fetch-models.ts
CHANGED
|
@@ -20,7 +20,7 @@ import {
|
|
|
20
20
|
import type { ProxyConfig } from "./config.ts";
|
|
21
21
|
import { log } from "./log.ts";
|
|
22
22
|
|
|
23
|
-
export const PLUGIN_USER_AGENT = "pi-cliproxyapi/0.3.
|
|
23
|
+
export const PLUGIN_USER_AGENT = "pi-cliproxyapi/0.3.2";
|
|
24
24
|
const REQUEST_TIMEOUT_MS = 5_000;
|
|
25
25
|
|
|
26
26
|
export interface DiscoveryModelEntry {
|