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 (10 loc) 179 B
// bing.js // Web search tool export default { inputParameters: { text: ``, }, timeout: 400, enableDuplicateRequests: false, model: 'azure-bing', };