@php $tabs = [ 'assistant' => [ 'title' => __('Assistant'), ], 'pdf' => [ 'title' => __('PDF, DOC'), ], '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.')