Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 6040177

Browse files
committed
bug: add request completion back to local level and remove task_id on outer scope
1 parent d5d9f31 commit 6040177

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

controllers/llamaCPP.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,6 @@ void llamaCPP::chatCompletion(
301301
LOG_INFO << formatted_output;
302302
#endif
303303

304-
305304
if (is_streamed) {
306305
auto state = create_inference_state(this);
307306
auto chunked_content_provider =

0 commit comments

Comments
 (0)