Chore typegen Linux seperator

This commit is contained in:
Alexander Eichhorn
2026-04-06 23:21:45 +02:00
parent 4cbd60b4a5
commit 089e2db402

View File

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