chore: generate
This commit is contained in:
@@ -142,7 +142,9 @@ export class ModelDefaults extends Schema.Class<ModelDefaults>("LLM.ModelDefault
|
|||||||
}) {}
|
}) {}
|
||||||
|
|
||||||
export namespace ModelDefaults {
|
export namespace ModelDefaults {
|
||||||
export type Input = ModelDefaults | {
|
export type Input =
|
||||||
|
| ModelDefaults
|
||||||
|
| {
|
||||||
readonly limits?: ModelLimits.Input
|
readonly limits?: ModelLimits.Input
|
||||||
readonly generation?: GenerationOptions.Input
|
readonly generation?: GenerationOptions.Input
|
||||||
readonly providerOptions?: ProviderOptions
|
readonly providerOptions?: ProviderOptions
|
||||||
|
|||||||
Reference in New Issue
Block a user