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.

10 lines (6 loc) 249 B
// complete.js // Text completion module // This module exports a prompt that takes an input text and completes it by generating a continuation of the given text. export default { prompt: `Continue and complete the following:\n\n{{text}}` };