marketing-factory / ai-filemetadata

Automatically generates FAL metadata for files by means of public LLMs
https://www.marketing-factory.de
GNU General Public License v3.0
3 stars 0 forks source link

Add compatibility for TYPO3 v10 #9

Closed ischmittis closed 2 weeks ago

ischmittis commented 2 weeks ago

Add compatibility for TYPO3 v10 ELTS

tehplague commented 2 weeks ago

Unfortunately, this is currently not possible. https://packagist.org/packages/openai-php/client is only available for PHP >= 8.1 and there might be projects running TYPO3 10 out there which run on PHP 7.4 or lower. The effort needed to replace the OpenAI API integration by a home-grown solution to support deprecated TYPO3 versions would exceed the scope of this project by far.