feat:adds LLM capabilities to chat with your portfolios and holdings

This commit is contained in:
hackerESQ
2024-10-31 12:09:06 -05:00
parent 4cde6b82ea
commit 4c1da2308e
20 changed files with 1662 additions and 181 deletions
@@ -6,7 +6,7 @@
'rows' => 4
])
<div class="mt-1">
<div {{ $attributes->class([]) }}>
<!-- STANDARD LABEL -->
@if($label)
<label for="{{ $uuid }}" class="pt-0 label label-text font-semibold">
@@ -27,7 +27,7 @@
->class([
'textarea textarea-primary w-full peer',
'border border-dashed' => $attributes->has('readonly') && $attributes->get('readonly') == true,
'textarea-error' => $errors->has($errorField)
'textarea-error' => $errors->has($errorField),
])
}}
x-data="{