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.

6 lines (5 loc) 152 B
import startServerFactory from './index.js'; (async () => { const { startServer } = await startServerFactory(); startServer && startServer(); })();