@extends('panel.layout.app') @section('title', __('API Keys')) @section('additional_css') @endsection @section('content')

{{ __('Api Keys Setting') }}

@if ($app_is_demo)
@else
{{ __('You can enter as much API KEY as you want. Click "Enter" after each api key.') }}
{{ __('Please ensure that your OpenAI API key is fully functional and billing defined on your OpenAI account.') }}
{{ __('After Saving Setting, Click Here to Test Your Api Keys') }}
@endif
@endsection @section('script') @endsection