feat: save ai usage
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace App\Enums;
|
||||
|
||||
enum AiUsageType: string
|
||||
{
|
||||
case MEAL_IMAGE_ANALYSIS = 'meal_image_analysis';
|
||||
case MEAL_POST_GENERATION = 'meal_post_generation';
|
||||
}
|
||||
Reference in New Issue
Block a user