@extends('core::base.layouts.master') @section('title') {{ translate('Open AI Settings') }} @endsection @section('custom_css') @endsection @section('main_content')

{{ translate('Setup Open AI Settings') }}

@csrf {{-- OpenAI Model --}}
@if ($errors->has('default_model'))

{{ $errors->first('default_model') }}

@endif
{{-- OpenAI Model --}}
@if ($errors->has('api_key'))

{{ $errors->first('api_key') }}

@endif
@endsection