fix scoring: HTTP error checking, context refresh, chunk logging
Check HTTP status from logprobs API (was silently ignoring 500s). Call publish_context_state() after storing scores so F10 screen updates. Add chunk size logging for OOM debugging. Co-Authored-By: Proof of Concept <poc@bcachefs.org>
This commit is contained in:
parent
29b3aeca57
commit
78abf90461
3 changed files with 28 additions and 5 deletions
|
|
@ -460,6 +460,7 @@ impl Session {
|
|||
)));
|
||||
}
|
||||
}
|
||||
agent.publish_context_state();
|
||||
});
|
||||
Command::Handled
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue