mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-28 13:39:28 +07:00
25 lines
632 B
JSON
25 lines
632 B
JSON
{
|
|
"name": "@lobechat/model-runtime",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./vertexai": "./src/providers/vertexai/index.ts"
|
|
},
|
|
"scripts": {
|
|
"test": "vitest",
|
|
"test:coverage": "vitest --coverage --silent='passed-only'",
|
|
"test:update": "vitest -u"
|
|
},
|
|
"dependencies": {
|
|
"@aws-sdk/client-bedrock-runtime": "^3.932.0",
|
|
"@huggingface/inference": "^4.13.3",
|
|
"@lobechat/const": "workspace:*",
|
|
"@lobechat/types": "workspace:*",
|
|
"@lobechat/utils": "workspace:*",
|
|
"debug": "^4.4.3",
|
|
"model-bank": "workspace:*",
|
|
"openai": "^4.104.0"
|
|
}
|
|
}
|