blob: 465df0cf4d75f42c7e2abfe636025c13e8286c18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"name": "@dispatch/provider-openai-compat",
"version": "0.0.0",
"type": "module",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"@dispatch/kernel": "workspace:*",
"@dispatch/openai-stream": "workspace:*",
"@dispatch/trace-replay": "workspace:*"
}
}
|