Files
archived-ai-ollama-platform/Ollama.php
2026-03-17 10:11:34 +01:00

22 lines
412 B
PHP

<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\AI\Platform\Bridge\Ollama;
use Symfony\AI\Platform\Model;
/**
* @author Joshua Behrens <code@joshua-behrens.de>
*/
final class Ollama extends Model
{
}