定制 twfahey1/aqto_ai_core 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

twfahey1/aqto_ai_core

Composer 安装命令:

composer require twfahey1/aqto_ai_core

包简介

A Drupal module which provides a base for AI functionality for Aqto projects.

README 文档

README

Aqto AI Core

INTRODUCTION

The Aqto AI Core module provides a base for AI integrations in Drupal 10.

The primary use case for this module is:

  • Provide an action system for common site functionality via natural language.
  • Extends the action system to allow other modules that leverage shared configurations like API keys.

INSTALLATION

  • Configure settings.local.php / settings.php to include the following:
$config['aqto_ai_core.settings'] = [
  'openai_api_key' => 'sk-1234567890',
];

Install as you would normally install a contributed Drupal module. See: https://www.drupal.org/node/895232 for further information.

CONFIGURATION

  • Configure the openai_api_key in the aqto_ai_core.settings configuration.
  • Assign the Administer aqto_ai_core configuration permission to the appropriate roles.
  • Optional: Add the 'Aqto AI Agent' block to a region on your site, and ask it "What can you do?"

MAINTAINERS

Current maintainers for Drupal 10:

统计信息

  • 总下载量: 129
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 2
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0
  • 更新时间: 2024-05-03