Open agn-7 opened 8 months ago
Since gpt-4-turbo-preview and gpt-4-1106-preview append "```" to the response, I removed the stop= parameter which was useless and added a regex to fetch the python code. I also add a new instruction as a new scenario for github.
gpt-4-turbo-preview
gpt-4-1106-preview
"```"
stop=
This PR solves the #6 issue.
@agn-7 my apologies for the delay. Have you still found problems with this?
@handrew no worries.
Actually, I haven't worked with this repository for a while. But this PR solves the #6 issue.
Since
gpt-4-turbo-preview
andgpt-4-1106-preview
append"```"
to the response, I removed thestop=
parameter which was useless and added a regex to fetch the python code. I also add a new instruction as a new scenario for github.This PR solves the #6 issue.