PHP Classes

File: config/chatgpt-nova4.php

Recommend this page to a friend!
  Classes of Naif Alshaye   Laravel ChatGPT   config/chatgpt-nova4.php   Download  
File: config/chatgpt-nova4.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Laravel ChatGPT
Integrate ChatGPT in a Laravel Nova panel
Author: By
Last change:
Date: 11 months ago
Size: 474 bytes
 

Contents

Class file image Download
<?php

return [

   
/*
    |--------------------------------------------------------------------------
    | ChatGPT Nova4 Configuration
    |--------------------------------------------------------------------------
    |
    | Here you may configure your settings for ChatGPT such as, API_Key and Max Tokens to be used per request.
    |
    */

   
'chatgpt_api_key' => env('CHATGPT_NOVA4_API_KEY', ''),

   
'max_tokens' => env('CHATGPT_NOVA4_MAX_TOKENS', '1000'),

];