@promptbook/azure-openai
Version:
Promptbook: Run AI apps in plain human language across multiple models and platforms
118 lines (117 loc) • 3.01 kB
JSON
{
"name": "@promptbook/azure-openai",
"version": "0.100.0-9",
"description": "Promptbook: Run AI apps in plain human language across multiple models and platforms",
"private": false,
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/webgptorg/promptbook"
},
"author": "Pavol Hejný <pavol@ptbk.io> (https://www.pavolhejny.com/)",
"contributors": [
"Pavol Hejný <pavol@ptbk.io> (https://www.pavolhejny.com/)",
"Jiří Jahn <jiri@ptbk.io> (https://www.ptbk.io/)"
],
"keywords": [
"ai",
"ai-agents",
"ai-application-framework",
"ai-assistant",
"ai-automation",
"ai-development",
"ai-framework",
"ai-ops",
"ai-orchestration",
"ai-pipeline",
"ai-platform",
"ai-scripting",
"ai-sdk",
"ai-workflow",
"api-integration",
"automation-framework",
"azure",
"azure-openai",
"book-language",
"browser",
"chatbot",
"chatgpt",
"content-generation",
"conversational-ai",
"cross-platform",
"cross-provider",
"developer-tools",
"embeddings",
"function-calling",
"generative-ai",
"gpt-3",
"gpt-4",
"gpt-4o",
"gpt-4o-mini",
"human-readable",
"javascript",
"knowledge-base",
"language-model",
"large-language-models",
"llm",
"llmops",
"machine-learning",
"markdown-dsl",
"microsoft",
"mlops",
"model-agnostic",
"multi-model",
"multimodal",
"natural-language",
"natural-language-processing",
"nlp",
"nodejs",
"o1",
"o1-mini",
"o1-preview",
"o3",
"o3-mini",
"openai",
"orchestration",
"pipeline",
"plain-english",
"prompt",
"prompt-chaining",
"prompt-engineering",
"prompt-management",
"prompt-template",
"rag",
"reasoning",
"task-automation",
"template",
"text-generation",
"text-processing",
"typescript",
"unified-interface",
"vendor-agnostic",
"workflow",
"workflow-engine"
],
"license": "BUSL-1.1",
"bugs": {
"url": "https://github.com/webgptorg/promptbook/issues"
},
"homepage": "https://ptbk.io/",
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
},
"main": "./umd/index.umd.js",
"module": "./esm/index.es.js",
"typings": "./esm/typings/src/_packages/azure-openai.index.d.ts",
"peerDependencies": {
"@promptbook/core": "0.100.0-9"
},
"dependencies": {
"@azure/openai": "1.0.0-beta.12",
"bottleneck": "^2.19.5",
"colors": "1.4.0",
"crypto": "1.0.1",
"spacetrim": "0.11.59"
}
}