patch 11
This commit is contained in:
@@ -7,15 +7,15 @@ namespace App\Config;
|
||||
final readonly class ModelGenerationDefaultsConfig
|
||||
{
|
||||
public function __construct(
|
||||
private string $modelName = 'mto-model',
|
||||
private bool $stream = false,
|
||||
private float $temperature = 0.1,
|
||||
private int $topK = 20,
|
||||
private float $topP = 0.8,
|
||||
private float $repeatPenalty = 1.05,
|
||||
private int $numCtx = 4096,
|
||||
private int $retrievalMaxChunks = 25,
|
||||
private int $retrievalVectorTopK = 25,
|
||||
private string $modelName,
|
||||
private bool $stream,
|
||||
private float $temperature,
|
||||
private int $topK,
|
||||
private float $topP,
|
||||
private float $repeatPenalty,
|
||||
private int $numCtx,
|
||||
private int $retrievalMaxChunks,
|
||||
private int $retrievalVectorTopK,
|
||||
) {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user