genkitx-azure-openai
Version:
Firebase Genkit AI framework plugin for Azure OpenAI APIs.
64 lines (63 loc) • 1.39 kB
JSON
{
"name": "genkitx-azure-openai",
"description": "Firebase Genkit AI framework plugin for Azure OpenAI APIs.",
"keywords": [
"genkit",
"genkit-plugin",
"genkit-embedder",
"genkit-model",
"openai",
"gpt-4",
"gpt",
"gpt-3.5",
"ai",
"genai",
"generative-ai"
],
"version": "0.20.0",
"type": "commonjs",
"repository": {
"type": "git",
"url": "git+https://github.com/TheFireCo/genkit-plugins.git",
"directory": "plugins/azure-openai"
},
"author": "TheFireCo",
"license": "Apache-2.0",
"dependencies": {
"@azure/openai": "^2.0.0"
},
"peerDependencies": {
"genkit": "^0.9.0 || ^1.0.0"
},
"devDependencies": {
"@types/node": "^20.11.16",
"npm-run-all": "^4.1.5",
"tsup": "^8.0.2",
"tsx": "^4.7.0",
"typescript": "^4.9.5"
},
"types": "./lib/index.d.ts",
"exports": {
".": {
"require": "./lib/index.js",
"default": "./lib/index.js",
"import": "./lib/index.mjs",
"types": "./lib/index.d.ts"
}
},
"files": [
"lib"
],
"publishConfig": {
"provenance": true,
"access": "public"
},
"scripts": {
"check": "tsc",
"compile": "tsup-node",
"build:clean": "rm -rf ./lib",
"build": "npm-run-all build:clean check compile",
"build:watch": "tsup-node --watch"
},
"gitHead": "d0b3886cd784582dee8fe55c80235cc2909db2eb"
}