* chore: managing and maintaining models and threads in the cache * test: add tests for hooks
5 lines
95 B
TypeScript
5 lines
95 B
TypeScript
/**
|
|
* ModelParams types
|
|
*/
|
|
export type ModelParams = ModelRuntimeParams | ModelSettingParams
|