HEX
Server: nginx/1.18.0
System: Linux test-ipsremont 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
User: ips (1000)
PHP: 8.0.30
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/ai-notam/node_modules/openai/_shims/registry.d.ts
/**
 * Disclaimer: modules in _shims aren't intended to be imported by SDK users.
 */
import { type RequestOptions } from "../core.js";
export interface Shims {
    kind: string;
    fetch: any;
    Request: any;
    Response: any;
    Headers: any;
    FormData: any;
    Blob: any;
    File: any;
    ReadableStream: any;
    getMultipartRequestOptions: <T = Record<string, unknown>>(form: Shims['FormData'], opts: RequestOptions<T>) => Promise<RequestOptions<T>>;
    getDefaultAgent: (url: string) => any;
    fileFromPath: ((path: string, filename?: string, options?: {}) => Promise<Shims['File']>) | ((path: string, options?: {}) => Promise<Shims['File']>);
    isFsReadStream: (value: any) => boolean;
}
export declare let auto: boolean;
export declare let kind: Shims['kind'] | undefined;
export declare let fetch: Shims['fetch'] | undefined;
export declare let Request: Shims['Request'] | undefined;
export declare let Response: Shims['Response'] | undefined;
export declare let Headers: Shims['Headers'] | undefined;
export declare let FormData: Shims['FormData'] | undefined;
export declare let Blob: Shims['Blob'] | undefined;
export declare let File: Shims['File'] | undefined;
export declare let ReadableStream: Shims['ReadableStream'] | undefined;
export declare let getMultipartRequestOptions: Shims['getMultipartRequestOptions'] | undefined;
export declare let getDefaultAgent: Shims['getDefaultAgent'] | undefined;
export declare let fileFromPath: Shims['fileFromPath'] | undefined;
export declare let isFsReadStream: Shims['isFsReadStream'] | undefined;
export declare function setShims(shims: Shims, options?: {
    auto: boolean;
}): void;
//# sourceMappingURL=registry.d.ts.map