This commit is contained in:
ct
2025-07-03 23:07:16 +08:00
parent b337db2a2c
commit 239b74fd5a
5 changed files with 97 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
class UserAIController extends Controller
{
public function aiHints()
{
// TODO: Take 5 Category where meme_angles is not null, and return a random one from the array
}
}