mirror of
https://github.com/praveentcom/openproxy.git
synced 2026-02-12 14:02:46 +00:00
chore: rename project from llm-proxy-server to openproxy in documentation and configuration files
This commit is contained in:
@@ -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
4
package-lock.json
generated
@@ -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": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user