From 30e461f3c41aefe2746b3db64c1388016f46e43a Mon Sep 17 00:00:00 2001 From: Praveen Thirumurugan Date: Sat, 18 Oct 2025 03:25:16 +0530 Subject: [PATCH] chore: rename project from llm-proxy-server to openproxy in documentation and configuration files --- CONTRIBUTING.md | 4 ++-- package-lock.json | 4 ++-- package.json | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 230ba52..cd80447 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,8 +18,8 @@ Thank you for your interest in contributing to the LLM Proxy Server! This docume 1. **Fork the repository** on GitHub 2. **Clone your fork** locally: ```bash - git clone https://github.com/praveentcom/llm-proxy-server.git - cd llm-proxy-server + git clone https://github.com/praveentcom/openproxy.git + cd openproxy ``` 3. **Set up your development environment** (see below) 4. **Create a new branch** for your changes: diff --git a/package-lock.json b/package-lock.json index 5cf8797..fad11f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "llm-proxy-server", + "name": "openproxy", "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "llm-proxy-server", + "name": "openproxy", "version": "1.0.0", "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 6cf6241..509957b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "llm-proxy-server", + "name": "openproxy", "version": "1.0.0", "description": "A lightweight, production-ready OpenAI-compatible proxy server that seamlessly forwards LLM API requests to any endpoint with comprehensive logging, cost tracking, and PostgreSQL integration. Perfect for monitoring API usage, calculating costs, and maintaining audit trails for your AI applications.", "main": "proxy.ts", @@ -23,12 +23,12 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/praveentcom/llm-proxy-server.git" + "url": "https://github.com/praveentcom/openproxy.git" }, "bugs": { - "url": "https://github.com/praveentcom/llm-proxy-server/issues" + "url": "https://github.com/praveentcom/openproxy/issues" }, - "homepage": "https://github.com/praveentcom/llm-proxy-server#readme", + "homepage": "https://github.com/praveentcom/openproxy#readme", "devDependencies": { "@types/node": "^24.8.1", "@types/pg": "^8.15.5",