-
-
Notifications
You must be signed in to change notification settings - Fork 237
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
EMBA ChatGPT integration #602
Conversation
|
I think we could use the results of module S20, S21, S22 and S23 for further GPT analysis. As the GPT connector needs to run on the host (outside the docker) we can't make it as a usual module. We already have a helper for internet connections: https://github.com/e-m-b-a/emba/blob/master/helpers/helpers_emba_internet_access.sh Hope this helps. |
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.
I think we are done. What a grep PR! Thanks @BenediktMKuehne ... amazing work!
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Adds Openai checks for automated code analysis by the OpenAI chat-bot
Introduces a seperate container architecture for all online functionalities
What is the current behavior? (You can also link to an open issue here)
No AI stuff
Single container - host architecture
What is the new behavior (if this is a feature change)? If possible add a screenshot.
Code snippets are analysed by the ChatGPT model
Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
Changes in architecture results in a new installation
Additional Info
Please refer to the wiki page