amber-laravel/app/LLM/Base.php

6 lines
41 B
PHP
Raw Normal View History

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