Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mudler/LocalAI
/ writeChat
Function
writeChat
core/cli/chat/terminal.go:90–93 ·
view source on GitHub ↗
(out io.Writer, format string, args ...any)
Source
from the content-addressed store, hash-verified
88
}
89
90
func
writeChat(out io.Writer, format string, args ...any) error {
91
_, err := fmt.Fprintf(out, format, args...)
92
return
err
93
}
Callers
2
runTerminalChat
Function · 0.85
printChatModels
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected