Skip to content

Commit 4d0657b

Browse files
committed
Update blox.go
1 parent ac037bf commit 4d0657b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

blockchain/blox.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,7 @@ func (bl *FxBlockchain) handleChatWithAI(ctx context.Context, from peer.ID, w ht
609609
Status: true,
610610
Msg: chunk,
611611
}
612+
log.Debugw("Streaming AI response chunk", "chunk", chunk)
612613

613614
if err := json.NewEncoder(w).Encode(response); err != nil {
614615
log.Error("failed to write response: %v", err)

0 commit comments

Comments
 (0)