-
-
Notifications
You must be signed in to change notification settings - Fork 89
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
Chat gpt attempt questions #873
Conversation
* Add ChatGPT command/service code and utils.
…ssed in to helper. * Add parsing of question to helper.
…o the command if the service fails or an explanation that the next response is AI generated)
* Add logger.debug() to catch responses before being parsed in case of failing to parse correctly to generate new tests [AIResponseParser.java].
I will close the other pull request when this one is merged to ensure all work is actually included. Sorry it is annoying but this was the best way to fix my issue with trying to pull from develop and make this branch as up to date as possible. |
…stead of full file names). * Remove ChatGPTServiceTest.java as it was an older way to generate long responses from ChatGPT for testing. * Add another test file and include in parameters for AIResponseParserTest.java
Kudos, SonarCloud Quality Gate passed! |
ok seems like this can be shipped |
What are you waiting for? |
New and improved version of ChatGPT posting to Discord. Attempts questions posted in the question forum (attempts due to timeouts and "I'm sorry, as a LLM I can't..." if AI unable/opinion based question). Also included:
Resolves #814,
Resolves #840