Release date: 2023-05-01
- Added ephemeral options to bridges. When the ephemeral flag is on, the bridge will not store data in the database. Only usages will be stored in the
requests
table.
Release date: 2023-04-30
- Added support for db prefix. IMPORTANT, if you come from a previous version, your setup is without prefix.
Either rename all your table with the
ai-
prefix (or whatever you configure via the.env
file) or setup an empty prefix in your.env
file:
AI_DB_PREFIX=
- Added a new table
requests
to store all the requests made to the API. In the table are stored token usage - expect for image requests on the openai provider
Relase date: 2023-04-02
Base version of the module, with basic functionality and support for Laravel 10