mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-14 11:12:09 -05:00
10 lines
207 B
PHP
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,
|
|
];
|
|
|