Support DeepSeek V4 Pro execution
This commit is contained in:
@@ -544,7 +544,7 @@ fn compatible_completion(
|
||||
fn installed_endpoint_models(models_path: &std::path::Path) -> Vec<ModelChoice> {
|
||||
model::installed_models(models_path)
|
||||
.into_iter()
|
||||
.filter(|model| *model == ModelChoice::DeepSeekV4Flash)
|
||||
.filter(|model| *model != ModelChoice::Glm52)
|
||||
.collect()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user