chore: generate
This commit is contained in:
@@ -142,12 +142,14 @@ export class ModelDefaults extends Schema.Class<ModelDefaults>("LLM.ModelDefault
|
|||||||
}) {}
|
}) {}
|
||||||
|
|
||||||
export namespace ModelDefaults {
|
export namespace ModelDefaults {
|
||||||
export type Input = ModelDefaults | {
|
export type Input =
|
||||||
readonly limits?: ModelLimits.Input
|
| ModelDefaults
|
||||||
readonly generation?: GenerationOptions.Input
|
| {
|
||||||
readonly providerOptions?: ProviderOptions
|
readonly limits?: ModelLimits.Input
|
||||||
readonly http?: HttpOptions.Input
|
readonly generation?: GenerationOptions.Input
|
||||||
}
|
readonly providerOptions?: ProviderOptions
|
||||||
|
readonly http?: HttpOptions.Input
|
||||||
|
}
|
||||||
|
|
||||||
/** Normalize selected-model request defaults without applying precedence. */
|
/** Normalize selected-model request defaults without applying precedence. */
|
||||||
export const make = (input: Input) => {
|
export const make = (input: Input) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user