1.0.0 • Published 9 months ago

@directus-labs/ai-researcher-bundle v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

AI Researcher

A Directus interface that integrates an AI chatbot powered by OpenAI or Anthropic directly into the Directus editor.

npm.io

npm.io

Features

  • Chat with AI directly from your Directus editor
  • View the chat history
  • Start a new chat

Prerequisites

  • An OpenAI or Anthropic API key

Installation

To install the extension, take a look at the official guide.

Configuration

npm.io

You can select the AI provider and models directly from the interface configuration.

API-Keys

The API keys can be added either in the interface configuration or via environment variables:

EXTENSION_AI_RESEARCHER_API_KEY_OPENAI="<YOUR_API_KEY>"
EXTENSION_AI_RESEARCHER_API_KEY_ANTHROPIC="<YOUR_API_KEY>"

!IMPORTANT
If you add the API key via the interface configuration, it will be exposed to your app users. Add them via environment variables to fully hide and protect them.

You can generate your API keys on the following sites:

Support

For issues and feature requests, please use the GitHub issues section of this repository.