BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
public_html
/
app.imagivibe.com
/
config
📤 Upload
📝 New File
📁 New Folder
Close
Editing: openai.php
<?php return [ /* |-------------------------------------------------------------------------- | OpenAI API Key and Organization |-------------------------------------------------------------------------- | | Here you may specify your OpenAI API Key and organization. This will be | used to authenticate with the OpenAI API - you can find your API key | and organization on your OpenAI dashboard, at https://openai.com. */ 'api_key' => env('OPENAI_API_KEY'), 'request_timeout' => env('OPENAI_REQUEST_TIMEOUT', 120), 'organization' => env('OPENAI_ORGANIZATION'), ];
Save
Cancel