NingNing0111 opened a new pull request, #49: URL: https://github.com/apache/bigtop-manager/pull/49
(1) Added the `bigtop-manager-ai` module, which primarily implements the AI capabilities of `bigtop-manager`. (2) Completed the basic `bigtop-manager-ai-core` module, which serves as the abstraction layer for AIAssistant, defining its AI capabilities. (3) Finished the basic `bigtop-manager-ai-assistant` module, responsible for implementing the specific capabilities of AIAssistant. (4) Integrated the `OpenAI` large model to enable a basic conversational interface with memory capabilities. Some usage examples:[https://github.com/NingNing0111/bigtop-manager/blob/BIGTOP-4191/bigtop-manager-ai/bigtop-manager-ai-assistant/src/test/java/org/apache/bigtop/manager/ai/assistant/AIAssistantServiceTest.java](https://github.com/NingNing0111/bigtop-manager/blob/BIGTOP-4191/bigtop-manager-ai/bigtop-manager-ai-assistant/src/test/java/org/apache/bigtop/manager/ai/assistant/AIAssistantServiceTest.java) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
