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.

36 lines (27 loc) 423 B
# Ignore build artifacts /dist /build # Ignore node_modules /node_modules # Ignore log files *.log # Ignore any config files .env .env.* # Ignore coverage reports /coverage # Ignore helper apps /helper-apps # Ignore documentation /docs # Ignore tests /tests # Ignore any generated or bundled files *.min.js *.bundle.js # Ignore any files generated by your IDE or text editor .idea/ .vscode/ *.sublime-* *.iml *.swp