openai.php 1.1 KB
<?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'),
    'organization' => env('OPENAI_ORGANIZATION'),

    /*
    |-------------------------------------------------------------------------------------------------------------------
    | 远程数据库配置
    |-------------------------------------------------------------------------------------------------------------------
    |
    |
    |
    */
    'database' => [

        // Database connection for following tables.
        'connection' => '47.251.45.96', // 国内服务器地址
    ]

];