This commit is contained in:
2026-05-17 20:08:52 +02:00
commit b959c6b535
6 changed files with 1232 additions and 0 deletions

12
composer.json Normal file
View File

@@ -0,0 +1,12 @@
{
"require": {
"openai-php/client": "^0.19.2",
"symfony/http-client": "^7.4",
"nyholm/psr7": "^1.8"
},
"config": {
"allow-plugins": {
"php-http/discovery": true
}
}
}