mirror of
https://github.com/ollama/ollama.git
synced 2025-03-29 11:11:47 +01:00
removed comment
This commit is contained in:
parent
26bfc1c443
commit
3d90156e99
@ -739,7 +739,6 @@ type displayResponseState struct {
|
||||
wordBuffer string
|
||||
}
|
||||
|
||||
// using runewidth instead of len (cus length is number of bytes, we want display length)
|
||||
func displayResponse(content string, wordWrap bool, state *displayResponseState) {
|
||||
termWidth, _, _ := term.GetSize(int(os.Stdout.Fd()))
|
||||
if wordWrap && termWidth >= 10 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user