@php $tabs = [ 'assistant' => [ 'title' => __('Assistant'), ], 'pdf' => [ 'title' => __('PDF, XLSX, CSV'), ], 'tools' => [ 'title' => __('Tools'), ], ]; @endphp @extends('panel.layout.settings') @section('title', __("Assistant Training")) @section('titlebar_actions', '') @section('settings')

@lang('Simply select the source and MagicAI will do the rest to train your GPT in seconds.')

@csrf @include('panel.admin.assistant.particles.assistant') @include('panel.admin.assistant.particles.pdf-tab') @include('panel.admin.assistant.particles.tools') @lang('Assistant Training')
@endsection