Skip to content

Latest commit

 

History

History
98 lines (63 loc) · 2.18 KB

ProviderFactory.md

File metadata and controls

98 lines (63 loc) · 2.18 KB

BumbleDocGen / Technical description of the project / Class map / ProviderFactory


namespace BumbleDocGen\AI;

final class ProviderFactory

Methods:

  1. create

Constants:

Method details:

public static function create(string $provider, string $apiKey, string|null $model = null): \BumbleDocGen\AI\ProviderInterface;

Parameters:

Name Type Description
$provider string -
$apiKey string -
$model string | null -

Return value: \BumbleDocGen\AI\ProviderInterface