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) 226 B
// sentiment.js // Sentiment detection module // This module exports a prompt that takes an input text and asks how it makes the AI feel. export default { prompt: `How does the text below make you feel?\n\n{{text}}`, };