Skip to content

Commit

Permalink
ok all the functions are done but I see now I need to do something wi…
Browse files Browse the repository at this point in the history
…th the functionsdto :(
  • Loading branch information
alnutile committed Jul 4, 2024
1 parent e3dd8ac commit 4358279
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Modules/LlmDriver/app/Orchestrate.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ public function handle(

$arguments = is_array($arguments) ? json_encode($arguments) : '';


/**
* @TODO
* All functions need to then just get Message
Expand Down
2 changes: 0 additions & 2 deletions app/Http/Controllers/ChatController.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@
use App\Models\Audience;
use App\Models\Chat;
use App\Models\Collection;
use App\Models\Filter;
use App\Models\Persona;
use Illuminate\Bus\Batch;
use Illuminate\Support\Facades\Bus;
use Illuminate\Support\Facades\Log;
use LlmLaraHub\LlmDriver\LlmDriverFacade;
use LlmLaraHub\LlmDriver\Requests\MessageInDto;

class ChatController extends Controller
{
Expand Down

0 comments on commit 4358279

Please sign in to comment.