mars-llm
Version:
Node.js client for Azure OpenAI using credentials from Azure Key Vault with streaming support
47 lines (46 loc) • 1.03 kB
JSON
{
"name": "mars-llm",
"version": "1.0.3",
"description": "Node.js client for Azure OpenAI using credentials from Azure Key Vault with streaming support",
"main": "azure-openai-client.js",
"files": [
"azure-openai-client.js",
"README.md",
"LICENSE"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "echo 'Ready to publish'"
},
"dependencies": {
"@azure/identity": "^4.0.1",
"@azure/keyvault-secrets": "^4.8.0",
"openai": "^4.28.4"
},
"keywords": [
"azure",
"openai",
"azure-openai",
"keyvault",
"key-vault",
"nodejs",
"streaming",
"chat",
"gpt",
"ai",
"microsoft"
],
"author": "Mars LLM Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/mars-llm/mars-llm.git"
},
"bugs": {
"url": "https://github.com/mars-llm/mars-llm/issues"
},
"homepage": "https://github.com/mars-llm/mars-llm#readme",
"engines": {
"node": ">=16.0.0"
}
}