Download the PHP package moontechs/filamentphp-openai-management without Composer
On this page you can find all versions of the php package moontechs/filamentphp-openai-management. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download moontechs/filamentphp-openai-management
More information about moontechs/filamentphp-openai-management
Files in moontechs/filamentphp-openai-management
Download moontechs/filamentphp-openai-management
More information about moontechs/filamentphp-openai-management
Files in moontechs/filamentphp-openai-management
Vendor moontechs
Package filamentphp-openai-management
Short Description OpenAI files and batches management
License AGPL-3.0
Homepage https://github.com/moontechs/filamentphp-openai-management
Package filamentphp-openai-management
Short Description OpenAI files and batches management
License AGPL-3.0
Homepage https://github.com/moontechs/filamentphp-openai-management
Please rate this library. Is it a good library?
Informations about the package filamentphp-openai-management
OpenAI files and batches management
This package is used to easily manage files and batches via the OpenAI API. The flow is described here.
Installation
You can install the package via composer:
You need to publish and run the migrations with:
You can publish the config file with:
This is the contents of the published config file:
Usage
Add a plugin to your Panel Provider
Jobs
Schedule the following CLI commands:
php artisan openai-management:files:update
- uploads new files to an OpenAI storage and updates already uploaded files statusesphp artisan openai-management:batches:update
- sends files batch processing requests and updates statuses of the old requests. In case there are no batches in progress, it will send the next batch process request.php artisan openai-management:batches:download-processed-files
- downloads already processed batches (files)
UI (step by step flow)
- Add a project
- Reffer to the OpenAI documentation to create new projects or obtain the ID and key of an existing one.
- Note: The OpenAI key will be encrypted. Do not regenerate the Laravel
APP_KEY
.
- Upload files
- Check the documentation to understand the file structure.
- Multiple file uploads are supported.
- Tags are for internal use only and do not affect API calls.
- Request Batch Processing
- If a file is in the
processed
status you can request batch processing.
- If a file is in the
- Check Batch Status
- Batch processing can take up to 24 hours. You can check the batch status.
- Download Processed Files
- When the batch is completed, a background job downloads the files to the server. You can then download them locally (a download button will appear).
Credits
- Moontechs
- All Contributors
License
The AGPL-3.0 License. Please see License File for more information.
All versions of filamentphp-openai-management with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
filament/filament Version ^3.0
openai-php/client Version ^0.10.1
spatie/laravel-package-tools Version ^1.15.0
symfony/http-client Version ^7.1
filament/filament Version ^3.0
openai-php/client Version ^0.10.1
spatie/laravel-package-tools Version ^1.15.0
symfony/http-client Version ^7.1
The package moontechs/filamentphp-openai-management contains the following files
Loading the files please wait ....