Skip to content

can we use chatGPT to detect mutations?

Kimmel, Eliot requested to merge eaknxp/cpp-mutation-sample-gpt:master into master

Adds a script called testGPT.py that attempts to use ChatGPT to detect mutations. Log in, grab the session key from https://chat.openai.com/api/auth/session, and paste it into the script. Dumps ChatGPT's responses next to the mutation diffs in the unittests/GPT_responses directory.

Merge request reports