pub const GITHUB_API: &str = "https://api.github.com";
pub const BITBUCKET_API: &str = "https://api.bitbucket.org/2.0";
pub const HF_BASE: &str = "https://huggingface.co";
pub const HF_MIRROR_BASE: &str = "https://hf-mirror.com";
pub const OLLAMA_LOCAL: &str = "http://localhost:11434";
pub const CIVITAI_API: &str = "https://civitai.com/api/v1";
pub const DEFAULT_PAGE_SIZE: usize = 100;
pub const BATCH_SIZE_CHOICES: = ;
pub const MODE_OPTION_COUNT: usize = 7;
pub const SITE_OPTION_COUNT: usize = 5;
pub const THESA_FORMAT_VERSION: &str = "1";
pub const THESA_METADATA_DIR: &str = ".thesa";