diff --git a/src/main/java/com/olympus/hermione/services/CanvasExecutionService.java b/src/main/java/com/olympus/hermione/services/CanvasExecutionService.java index 17a5141..1d1ddc3 100644 --- a/src/main/java/com/olympus/hermione/services/CanvasExecutionService.java +++ b/src/main/java/com/olympus/hermione/services/CanvasExecutionService.java @@ -37,7 +37,7 @@ public class CanvasExecutionService { olympusChatClient = new GoogleGeminiChatClient(); } - olympusChatClient.init(aiModel.getEndpoint(), aiModel.getApiKey(), aiModel.getMaxTokens()); + olympusChatClient.init(aiModel.getFull_path_endpoint(), aiModel.getApiKey(), aiModel.getMaxTokens()); return olympusChatClient; }