Closed alexjbest closed 3 years ago
import tactic.gptf example : ∃ s, "t" = s := begin gptf, end
fails on windows with
[gptf_proof_search_step] run_best_beam_candidate UNEXPECTED MESSAGE: --- ["ERROR { \"error\":{ \"code\":null, \n \"message\":\"Your request contained invalid JSON: Invalid \\\\escape: line 1 column 79 (char 78)\", \n \"param\":null, \n \"type\":\"invalid_request_error\"}}"] ---
as the json " escaping introduced in #1 is too simplistic.
"
fails on windows with
as the json
"
escaping introduced in #1 is too simplistic.