Open tylermaran opened 1 month ago
Occasionally gpt will decide to return the entire result wrapped in ```.
We have a function in utils.ts that strips out the ```markdown, but it seems to be missing the just the ``` characters.
utils.ts
https://github.com/getomni-ai/zerox/blob/c58b6e4015bd38520cbd6facdab9369ab51b77d7/node-zerox/src/utils.ts#L41-L44
Occasionally gpt will decide to return the entire result wrapped in ```.
We have a function in
utils.ts
that strips out the ```markdown, but it seems to be missing the just the ``` characters.https://github.com/getomni-ai/zerox/blob/c58b6e4015bd38520cbd6facdab9369ab51b77d7/node-zerox/src/utils.ts#L41-L44