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.

9 lines (8 loc) 248 B
// sys_openai_completion.js // default handler for openAI completion endpoints when REST endpoints are enabled export default { prompt: `{{text}}`, model: 'oai-gpturbo', useInputChunking: false, emulateOpenAICompletionModel: '*', }