chore(ui): typegen

This commit is contained in:
psychedelicious
2025-05-19 10:09:50 +10:00
parent ea28ed8261
commit 0f0085a776

View File

@@ -12124,14 +12124,14 @@ export type components = {
* Convert Cache Dir
* Format: path
* @description Path to the converted models cache directory (DEPRECATED, but do not delete because it is needed for migration from previous versions).
* @default models\.convert_cache
* @default models/.convert_cache
*/
convert_cache_dir?: string;
/**
* Download Cache Dir
* Format: path
* @description Path to the directory that contains dynamically downloaded models.
* @default models\.download_cache
* @default models/.download_cache
*/
download_cache_dir?: string;
/**