fix: Fix external provider support (#726)

This commit is contained in:
Ralph Khreish
2025-06-20 15:59:53 +03:00
committed by GitHub
parent 3a2325a963
commit 2bb4260966
5 changed files with 87 additions and 85 deletions

View File

@@ -525,7 +525,7 @@ async function setModel(role, modelId, options = {}) {
success: false,
error: {
code: 'MODEL_NOT_FOUND_NO_HINT',
message: `Model ID "${modelId}" not found in Taskmaster's supported models. If this is a custom model, please specify the provider using --openrouter or --ollama.`
message: `Model ID "${modelId}" not found in Taskmaster's supported models. If this is a custom model, please specify the provider using --openrouter, --ollama, --bedrock, --azure, or --vertex.`
}
};
}