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.

11 lines (8 loc) 257 B
// test_cohere_summarize.js // Summarize text with the Cohere model export default { // Uncomment the following line to enable caching for this prompt, if desired. // enableCache: true, prompt: `{{text}}`, model: 'cohere-summarize' };