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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

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[];
}