@php
$tabs = [
'website' => [
'title' => __('Website'),
],
'pdf' => [
'title' => __('PDF, XLSX, CSV'),
],
'text' => [
'title' => __('Text'),
],
'qa' => [
'title' => __('Q&A'),
],
];
@endphp
@extends('panel.layout.settings')
@section('title', $title)
@section('titlebar_actions', '')
@section('settings')
@lang('Simply select the source and MagicAI will do the rest to train your GPT in seconds.')
@include('panel.admin.chatbot.particles.web-site-tab')
@include('panel.admin.chatbot.particles.pdf-tab')
@include('panel.admin.chatbot.particles.text-tab')
@include('panel.admin.chatbot.particles.qa-tab')
@lang('Almost Done!')
@lang('Training GPT...')
@lang('We’re training your custom GPT with the related resources. This may take a few minutes.')
@endsection
@push('script')
@endpush