UNPKG

ollama-proxy-fix

Version:

An ollama proxy which restores the original http methods of the ollama API. Developed primarily for RunPod as it's built-in proxy strips the original http methods but can be used for any hosting service.

6 lines (5 loc) 253 B
export declare const OLLAMA_PROXY_PORT: number; export declare const OLLAMA_PROXY_REQUEST_TIMEOUT: number; export declare const OLLAMA_PROXY_REQUEST_BODY_LIMIT: string; export declare const OLLAMA_HOST: string; export declare const OLLAMA_PORT: number;