openclassify/config/quick-listing.php
2026-03-03 21:34:18 +03:00

10 lines
207 B
PHP

<?php
return [
'ai_provider' => env('QUICK_LISTING_AI_PROVIDER', 'openai'),
'ai_model' => env('QUICK_LISTING_AI_MODEL', 'gpt-5.2'),
'max_photo_count' => 20,
'max_photo_size_kb' => 5120,
];