Type alias SerializedLLM

SerializedLLM: {
    _model: string;
    _type: string;
} & Record<string, any>

Type declaration

  • _model: string
  • _type: string

Generated using TypeDoc