Skip to content

Commit

Permalink
ok I think I have all the loading and complete fixes done in the UI
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Jul 13, 2024
1 parent a727fe7 commit bbea0b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Modules/LlmDriver/app/Orchestrate.php
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,5 @@ protected function requiresFollowUp(array $messagesArray, Chat $chat): void
$this->response = $results->content;
}


}
}
1 change: 1 addition & 0 deletions app/Jobs/OrchestrateJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public function handle(): void
{
if ($this->batch()->cancelled()) {
notify_ui_complete($this->chat);

return;
}

Expand Down

0 comments on commit bbea0b0

Please sign in to comment.