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 (6 loc) 245 B
// paraphrase.js // Paraphrasing module // This module exports a prompt that takes an input text and rewrites it in a different way while maintaining the original meaning. export default { prompt: `Rewrite the following:\n\n{{{text}}}` };