Fix windows path again again again...

This commit is contained in:
Alexander Eichhorn 2025-12-03 03:28:43 +01:00
parent 280202908a
commit 66729ea9eb

View File

@ -12963,14 +12963,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;
/**