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.

13 lines (12 loc) 275 B
// Description: Translate a text from one language to another export default { temperature: 0, prompt: `{{{text}}}`, inputParameters: { to: `en`, tokenRatio: 0.2, }, //inputChunkSize: 500, model: 'azure-translate', timeout: 120, }