UNPKG

ernie-ai-provider

Version:

Community-built ERNIE AI Provider for Vercel AI SDK - Integrate Baidu's ERNIE models with Vercel's AI application framework

60 lines (59 loc) 1.55 kB
{ "name": "ernie-ai-provider", "version": "1.1.2", "description": "Community-built ERNIE AI Provider for Vercel AI SDK - Integrate Baidu's ERNIE models with Vercel's AI application framework", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "dev": "tsc --watch", "test": "jest", "prepublishOnly": "npm run build", "release": "npm run test && npm run build && npm publish", "release:dry": "npm publish --dry-run" }, "keywords": [ "ai", "ernie", "baidu", "qianfan", "vercel", "ai-sdk", "language-model", "chat", "completion" ], "author": "yao_yuan", "license": "MIT", "dependencies": { "@ai-sdk/provider": "^0.0.12", "@ai-sdk/provider-utils": "^1.0.9" }, "devDependencies": { "@opentelemetry/auto-instrumentations-node": "^0.60.1", "@opentelemetry/sdk-node": "^0.202.0", "@types/jest": "^29.0.0", "@types/node": "^20.0.0", "dotenv": "^17.0.0", "jest": "^29.0.0", "langsmith": "^0.3.34", "ts-jest": "^29.4.0", "ts-node": "^10.9.2", "typescript": "^5.0.0" }, "peerDependencies": { "ai": "^4.3.16", "zod": "^3.25.67" }, "files": [ "dist" ], "repository": { "type": "git", "url": "https://github.com/lointain/ernie-ai-provider.git" }, "bugs": { "url": "https://github.com/lointain/ernie-ai-provider/issues" }, "homepage": "https://github.com/lointain/ernie-ai-provider#readme" }