fix prompt spacing
This commit is contained in:
parent
72ce843921
commit
75657e30e0
@ -546,9 +546,11 @@ func generate(cmd *cobra.Command, wordWrap bool, request api.GenerateRequest) (*
|
|||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
// spacing for readability
|
if request.Prompt != "" || request.Messages != nil {
|
||||||
fmt.Println()
|
// spacing for readability, a message was sent
|
||||||
fmt.Println()
|
fmt.Println()
|
||||||
|
fmt.Println()
|
||||||
|
}
|
||||||
|
|
||||||
if !latest.Done {
|
if !latest.Done {
|
||||||
if abort {
|
if abort {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user