diff --git a/src/LLM.php b/src/LLM.php index 8536004..e54d46e 100644 --- a/src/LLM.php +++ b/src/LLM.php @@ -34,7 +34,7 @@ public function __construct(protected ConfigInterface $config, protected ModelMa public function chat( array $messages, float $temperature = 0.9, - int $maxTokens = 1000, + int $maxTokens = 0, array $stop = [], array $functions = [], string $model = '',