Fix issues with inputting and formatting multi line strings in ollama run

Co-authored-by: Wen Sun <iwendellsun@gmail.com>
This commit is contained in:
Jeffrey Morgan 2023-11-25 23:30:34 -05:00
parent 82b9b329ff
commit 9fb5e8399c
3 changed files with 36 additions and 38 deletions

View file

@ -76,11 +76,3 @@ const (
CharBracketedPasteStart = "00~"
CharBracketedPasteEnd = "01~"
)
type PasteMode int
const (
PastModeOff = iota
PasteModeStart
PasteModeEnd
)