@extends('panel.layout.settings', ['layout' => 'wide']) @section('title', __('Openai Settings')) @section('titlebar_actions', '') @section('additional_css') @endsection @section('settings')
{{ __('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.') }}
{{ __('Please note GPT-4 is not working with every api_key. You have to have an api key which can work with GPT-4.') }}
{{ __('Also please note that Chat models works with ChatGPT and GPT-4 models. So if you choose below it will automatically use ChatGPT.') }}
{{ __('In Words. OpenAI has a hard limit based on Token limits for each model. Refer to OpenAI documentation to learn more. As a recommended by OpenAI, max result length is capped at 2000 tokens') }}
{{ __('The maximum output length refers to the point at which the AI-generated response will stop. It can occur when the response reaches 4096 bytes or when the generated content is considered sufficient for the given context.') }}
{{ __('In Characters') }}