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

@@ -127,6 +127,7 @@ jest.unstable_mockModule(
getProjectName: jest.fn(() => 'Test Project'),
getOllamaBaseURL: jest.fn(() => 'http://localhost:11434/api'),
getAzureBaseURL: jest.fn(() => undefined),
getBedrockBaseURL: jest.fn(() => undefined),
getParametersForRole: jest.fn(() => ({
maxTokens: 4000,
temperature: 0.7