-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add intelligence method #380
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+LGTM
I think this is a very good idea. Could you specifically tell us how to reduce the cost for people to troubleshoot problems through Hera? Also mention the systems this system depends on and the timing of its future release. |
I believe that reducing costs is mainly reflected in two aspects:
The main external dependency of this module is the AI large model, and all data given to the AI large model comes from ozhera. At present, the intelligent functions are just a framework, and the specific implementation will be carried out from time to time, so please stay tuned. |
This project seems to have AI backend dependencies. Have you considered relying on open-source AI backends like Dify in the later stages? By the way, do you have any plans to open-source your AI backend? |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+LGMT
feat: add intelligence method #368