We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46d4d81 commit a299924Copy full SHA for a299924
1 file changed
kernel_patch_verify
@@ -709,6 +709,7 @@ report_end() {
709
echo "version of $app:"
710
if [ "$app" = "patchwise" ]; then
711
python3 -m pip list|grep 'patchwise'
712
+ echo "MODEL used: $OPENAI_API_MODEL"
713
continue
714
fi
715
which "$app" 2>&1
0 commit comments