Merged PR 91: Update endpoint for Canvas
Update endpoint for Canvas
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user