]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
talk-llama : improve quote and backtick handling (#1364)
authorSam Pullara <redacted>
Thu, 16 Nov 2023 08:34:05 +0000 (00:34 -0800)
committerGitHub <redacted>
Thu, 16 Nov 2023 08:34:05 +0000 (10:34 +0200)
commit7883d1cae47d3e4d5fc8b60612f15ff8f05d250e
treef3952e75e2e66233b6fc982ea645613d436c5581
parentccc85b4ff8d250d0f25ebcac2be0e4a23401c885
talk-llama : improve quote and backtick handling (#1364)

* ISSUE-1329: replace " with ' so it doesn't try to execute code in backticks.

* Typo

* Update to keep possessives in the output

Closes the ' then puts a ' in quotes then reopens the ' to escape the ' characters.
examples/talk-llama/talk-llama.cpp