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.

4 lines (3 loc) 104 B
#!/usr/bin/env node declare const app: import("express-serve-static-core").Express; export default app;