Skip to main content

vtcode_config/constants/models/
zai.rs

1pub const DEFAULT_MODEL: &str = "z-ai/glm-5";
2pub const SUPPORTED_MODELS: &[&str] = &["z-ai/glm-5"];
3
4pub const REASONING_MODELS: &[&str] = &["z-ai/glm-5"];
5
6pub const GLM_5: &str = "z-ai/glm-5";