{
    "env": {
        "php_version": "8.2.12",
        "extensions": {
            "curl": true,
            "json": true,
            "fileinfo": true,
            "openssl": true
        },
        "openssl_version": "OpenSSL 1.1.1k  FIPS 25 Mar 2021",
        "ini": {
            "upload_max_filesize": "128M",
            "post_max_size": "128M",
            "max_execution_time": "30",
            "allow_url_fopen": "1"
        }
    },
    "dns": {
        "api.openai.com": "162.159.140.245",
        "api.telegram.org": "149.154.166.110"
    },
    "openai_models": {
        "http_code": 401,
        "content_type": "application\/json",
        "curl_error": null,
        "body_snippet": "{\n  \"error\": {\n    \"message\": \"Incorrect API key provided: sk-ÐÐ¡Ð*****************************_KEY. You can find your API key at https:\/\/platform.openai.com\/account\/api-keys.\",\n    \"type\": \"invalid_request_error\",\n    \"param\": null,\n    \"code\": \"invalid_api_key\"\n  }\n}"
    },
    "openai_chat": {
        "http_code": 401,
        "content_type": "application\/json; charset=utf-8",
        "curl_error": null,
        "body_snippet": "{\n    \"error\": {\n        \"message\": \"Incorrect API key provided: sk-ÐÐ¡Ð*****************************_KEY. You can find your API key at https:\/\/platform.openai.com\/account\/api-keys.\",\n        \"type\": \"invalid_request_error\",\n        \"param\": null,\n        \"code\": \"invalid_api_key\"\n    }\n}\n"
    },
    "telegram_getMe": {
        "http_code": 404,
        "content_type": "application\/json",
        "curl_error": null,
        "body_snippet": "{\"ok\":false,\"error_code\":404,\"description\":\"Not Found\"}"
    },
    "telegram_sendMessage": {
        "http_code": 404,
        "content_type": "application\/json",
        "curl_error": null,
        "body_snippet": "{\"ok\":false,\"error_code\":404,\"description\":\"Not Found\"}"
    }
}