Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amazeelabs/silverback_ai
AI features for Silverback Drupal
https://github.com/amazeelabs/silverback_ai
Last synced: about 2 months ago
JSON representation
AI features for Silverback Drupal
- Host: GitHub
- URL: https://github.com/amazeelabs/silverback_ai
- Owner: AmazeeLabs
- License: gpl-2.0
- Created: 2024-12-02T10:20:36.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-02T11:19:59.000Z (about 2 months ago)
- Last Synced: 2024-12-02T12:25:51.374Z (about 2 months ago)
- Language: PHP
- Size: 38.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## INTRODUCTION
Base AI functionality for Silverback.
## REQUIREMENTS
- Media
- Webform (using some webform elements on reporting)## INSTALLATION
Install as you would normally install a contributed Drupal module. See:
for further information.## CONFIGURATION
- Open AI credentials can be set on:
`/admin/config/system/silverback-ai-settings`. It is recommended though to add
the Open AI Api key as environment variable (`OPEN_AI_API_KEY`).## USAGE TRACKING
The Silverback AI module tracks OpenAI API token usage for monitoring and cost
management purposes:- All Silverback AI submodules automatically report their token usage through
the `TokenUsage` service
- Usage statistics can be viewed at `/admin/reports/silverback-ai-usage`
- The report shows:
- Total tokens used per module
- Cost estimates based on current OpenAI pricing
- Usage breakdown by time period
- Details of individual API calls