Update index.d.ts

This commit is contained in:
Cohee
2024-01-06 00:01:44 +02:00
committed by GitHub
parent 24c4478fa2
commit d6350e171b

View File

@@ -901,8 +901,6 @@ export interface ModelGenerationInputKobold {
min_p?: number;
/** Typical sampling value. */
typical?: number;
/** DynaTemp sampling range value. */
dynatemp_range?: number;
/** Array of integers representing the sampler order to be used */
sample_order?: number[];
}