UNPKG

@mi-gpt/openai

Version:
53 lines 1.11 kB
{ "version": "1.1.1", "name": "@mi-gpt/openai", "description": "MiGPT 底层 OpenAI 接口", "keywords": [ "migpt" ], "type": "module", "files": [ "dist" ], "exports": { ".": { "types": "./dist/index.d.ts", "require": "./dist/index.cjs", "import": "./dist/index.js" }, "./*": { "types": "./dist/*.d.ts", "require": "./dist/*.cjs", "import": "./dist/*.js" } }, "dependencies": { "openai": "^4.91.1", "proxy-agent": "^6.5.0", "@mi-gpt/utils": "1.1.1" }, "devDependencies": { "tsup": "^8.4.0", "typescript": "^5.8.2", "@mi-gpt/config": "1.1.0" }, "engines": { "node": ">=16" }, "sideEffects": false, "license": "MIT", "author": { "name": "Del Wang", "email": "hello@xbox.work", "url": "https://github.com/idootop" }, "homepage": "https://github.com/idootop/migpt-next", "bugs": "https://github.com/idootop/migpt-next/issues", "repository": { "type": "git", "url": "git+https://github.com/idootop/migpt-next.git" }, "scripts": { "build": "tsup" } }