modelName; } public function isStream(): bool { return $this->stream; } public function getTemperature(): float { return $this->temperature; } public function getTopK(): int { return $this->topK; } public function getTopP(): float { return $this->topP; } public function getRepeatPenalty(): float { return $this->repeatPenalty; } public function getNumCtx(): int { return $this->numCtx; } public function getRetrievalMaxChunks(): int { return $this->retrievalMaxChunks; } public function getRetrievalVectorTopK(): int { return $this->retrievalVectorTopK; } }