fix: bedrock set model and other fixes

This commit is contained in:
Ralph Khreish
2025-06-02 14:08:46 +02:00
parent e0438c8fb8
commit dbe5e899cc
21 changed files with 135 additions and 59 deletions

View File

@@ -139,7 +139,8 @@ const DEFAULT_CONFIG = {
defaultSubtasks: 5,
defaultPriority: 'medium',
projectName: 'Task Master',
ollamaBaseURL: 'http://localhost:11434/api'
ollamaBaseURL: 'http://localhost:11434/api',
bedrockBaseURL: 'https://bedrock.us-east-1.amazonaws.com'
}
};