Skip to content

Commit

Permalink
chore: fix cache hit state
Browse files Browse the repository at this point in the history
  • Loading branch information
zmh-program committed Jul 19, 2024
1 parent 8d69704 commit c878071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager/chat.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func createChatTask(
chunkChan <- partialChunk{
Chunk: data,
End: false,
Hit: true,
Hit: false,
Error: nil,
}
return nil
Expand Down

0 comments on commit c878071

Please sign in to comment.