@extends('panel.layout.app') @section('title', __('API Keys')) @section('titlebar_actions', '') @section('titlebar_subtitle', __('Integrate your own personal OpenAI API Key and generate AI content.')) @section('additional_css') @endsection @section('content')

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

@switch(setting('default_ai_engine', 'openai')) @case('openai')
@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
@break @case('anthropic')
@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 Anthropic API key is fully functional and billing defined on your Anthropic account.') }}

{{ __('After Saving Setting, Click Here to Test Your Api Keys') }}
@endif
@break @case('gemini')
@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 Anthropic API key is fully functional and billing defined on your Anthropic account.') }}

{{ __('After Saving Setting, Click Here to Test Your Api Keys') }}
@endif
@break @default
@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
@endswitch
@endsection @push('script') @endpush