UNPKG

ollama-proxy

Version:

A lightweight proxy server built with Express.js for forwarding requests with ease.

24 lines (15 loc) 502 B
# Ollama Proxy Ollama Proxy is a lightweight proxy server built with Express.js. It allows you to forward requests to other servers with ease. ## Features - Proxy requests to other servers - CORS support ## Global Installation To install Ollama Proxy globally, run the following command: ```bash npm install -g ollama-proxy ``` ## Usage After Global Installation Once installed globally, you can run the proxy server using the following command: ```bash ollama-proxy ```