15 lines
412 B
PHP
15 lines
412 B
PHP
<?php
|
|
/**
|
|
* ==============================
|
|
* 📁 Folder Scope Declaration
|
|
* ==============================
|
|
* Folder: /ai/
|
|
* Purpose: AI content/image logic, parsers, prompt APIs
|
|
* Rules:
|
|
* - Can be reused globally across all modules
|
|
* - Contains all AI integration logic
|
|
* - OpenAI API integration and management
|
|
* - AI prompt libraries and templates
|
|
* - AI model configuration and rate limiting
|
|
*/
|