@lobehub/chat
Version:
Lobe Chat - an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system. Supports one-click free deployment of your private ChatGPT/LLM web application.
25 lines (24 loc) • 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.862.0",
"@huggingface/inference": "^4.11.3",
"@lobechat/const": "workspace:*",
"@lobechat/types": "workspace:*",
"@lobechat/utils": "workspace:*",
"debug": "^4.4.1",
"model-bank": "workspace:*",
"openai": "^4.104.0"
}
}