amber-laravel/app/LLM/Base.php

9 lines
43 B
PHP
Raw Normal View History

2024-07-23 15:22:09 +00:00
<?php
namespace App\LLM;
class Base
{
}