UNPKG

@aj-archipelago/cortex

Version:

Cortex is a GraphQL API for AI. It provides a simple, extensible interface for using AI services from OpenAI, Azure and others.

23 lines 538 B
{ "name": "doc-to-pdf-client-examples", "version": "1.0.0", "description": "Client examples for Document to PDF Converter service", "main": "nodejs-client.js", "scripts": { "example": "node nodejs-client.js", "test": "node nodejs-client.js" }, "dependencies": { "axios": "^1.6.0", "form-data": "^4.0.0" }, "devDependencies": {}, "keywords": [ "pdf", "converter", "document", "streaming" ], "author": "", "license": "ISC" }