diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md index 1dc4f08..0483cd0 100644 --- a/.github/CODE_OF_CONDUCT.md +++ b/.github/CODE_OF_CONDUCT.md @@ -60,9 +60,9 @@ representative at an online or offline event. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement via -[GitHub Issues](https://github.com/sena-labs/OpenRouter-Pipe/issues) or by +[GitHub Issues](https://github.com/sena-labs/Open-WebUI-Pipe-OpenRouter/issues) or by contacting the maintainers through -[GitHub private vulnerability reporting](https://github.com/sena-labs/OpenRouter-Pipe/security/advisories/new). +[GitHub private vulnerability reporting](https://github.com/sena-labs/Open-WebUI-Pipe-OpenRouter/security/advisories/new). All complaints will be reviewed and investigated promptly and fairly. diff --git a/CHANGELOG.md b/CHANGELOG.md index 7532fa9..7c9d3c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -127,9 +127,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Model prefix customization -[Unreleased]: https://github.com/sena-labs/OpenRouter-Pipe/compare/v1.2.0...HEAD -[1.2.0]: https://github.com/sena-labs/OpenRouter-Pipe/compare/v1.1.1...v1.2.0 -[1.1.1]: https://github.com/sena-labs/OpenRouter-Pipe/compare/v1.1.0...v1.1.1 -[1.1.0]: https://github.com/sena-labs/OpenRouter-Pipe/compare/v1.0.0...v1.1.0 -[1.0.0]: https://github.com/sena-labs/OpenRouter-Pipe/compare/v0.1.0...v1.0.0 -[0.1.0]: https://github.com/sena-labs/OpenRouter-Pipe/releases/tag/v0.1.0 +[Unreleased]: https://github.com/sena-labs/Open-WebUI-Pipe-OpenRouter/compare/v1.2.0...HEAD +[1.2.0]: https://github.com/sena-labs/Open-WebUI-Pipe-OpenRouter/compare/v1.1.1...v1.2.0 +[1.1.1]: https://github.com/sena-labs/Open-WebUI-Pipe-OpenRouter/compare/v1.1.0...v1.1.1 +[1.1.0]: https://github.com/sena-labs/Open-WebUI-Pipe-OpenRouter/compare/v1.0.0...v1.1.0 +[1.0.0]: https://github.com/sena-labs/Open-WebUI-Pipe-OpenRouter/compare/v0.1.0...v1.0.0 +[0.1.0]: https://github.com/sena-labs/Open-WebUI-Pipe-OpenRouter/releases/tag/v0.1.0 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2553d1e..582699b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,8 +27,8 @@ By participating, you agree to uphold this code. 2. **Clone** your fork locally: ```bash - git clone https://github.com//OpenRouter-Pipe.git - cd OpenRouter-Pipe + git clone https://github.com//Open-WebUI-Pipe-OpenRouter.git + cd Open-WebUI-Pipe-OpenRouter ``` 3. **Install** dependencies: @@ -145,7 +145,7 @@ test: add retry exhaustion coverage ## Reporting bugs -When reporting a bug, open a [GitHub issue](https://github.com/sena-labs/OpenRouter-Pipe/issues) +When reporting a bug, open a [GitHub issue](https://github.com/sena-labs/Open-WebUI-Pipe-OpenRouter/issues) using the **Bug report** template and include: 1. **Open WebUI version** (`Admin Panel → About`). diff --git a/README.md b/README.md index 687f831..2e06c03 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # OpenRouter Pipe -[![Build](https://github.com/sena-labs/OpenRouter-Pipe/actions/workflows/tests.yml/badge.svg)](https://github.com/sena-labs/OpenRouter-Pipe/actions/workflows/tests.yml) +[![Build](https://github.com/sena-labs/Open-WebUI-Pipe-OpenRouter/actions/workflows/tests.yml/badge.svg)](https://github.com/sena-labs/Open-WebUI-Pipe-OpenRouter/actions/workflows/tests.yml) [![Python](https://img.shields.io/badge/Python-%E2%89%A53.10-blue)](https://www.python.org/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) @@ -99,8 +99,8 @@ All OpenRouter models will appear in the model selector immediately. ### From source ```bash -git clone https://github.com/sena-labs/OpenRouter-Pipe.git -cd OpenRouter-Pipe +git clone https://github.com/sena-labs/Open-WebUI-Pipe-OpenRouter.git +cd Open-WebUI-Pipe-OpenRouter pip install -r requirements.txt python test_pipe.py # 252 tests — verify everything is green ``` @@ -202,7 +202,7 @@ The pipe implements the **Manifold** pattern: one pipe entry point that surfaces | Enrichment | `_inject_cache_control()`, `_insert_citations()` | Post-processing | ```text -OpenRouter-Pipe/ +Open-WebUI-Pipe-OpenRouter/ ├── openrouter_pipe.py # Main pipe source — install this in Open WebUI ├── function.json # Open WebUI community manifest ├── test_pipe.py # Unit test suite (252 tests) diff --git a/SECURITY.md b/SECURITY.md index d56292c..369f68c 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -30,7 +30,7 @@ Instead, please send an email to **** with: 5. **Suggested fix** (if you have one). Alternatively, use -[GitHub's private vulnerability reporting](https://github.com/sena-labs/OpenRouter-Pipe/security/advisories/new). +[GitHub's private vulnerability reporting](https://github.com/sena-labs/Open-WebUI-Pipe-OpenRouter/security/advisories/new). ### What to Expect @@ -76,4 +76,4 @@ Every push to `main` and every pull request runs: - We follow [coordinated vulnerability disclosure](https://en.wikipedia.org/wiki/Coordinated_vulnerability_disclosure). - We aim to release patches within 14 days of confirming a vulnerability. -- Security advisories are published via [GitHub Security Advisories](https://github.com/sena-labs/OpenRouter-Pipe/security/advisories). +- Security advisories are published via [GitHub Security Advisories](https://github.com/sena-labs/Open-WebUI-Pipe-OpenRouter/security/advisories).