chore: rename project from llm-proxy-server to openproxy in documentation and configuration files

This commit is contained in:
Praveen Thirumurugan
2025-10-18 03:25:16 +05:30
parent f592b4b029
commit 30e461f3c4
3 changed files with 8 additions and 8 deletions

View File

@@ -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:

4
package-lock.json generated
View File

@@ -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": {

View File

@@ -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",