Skip to content

Commit 9f977da

Browse files
authored
Merge pull request #3 from sena-labs/claude/stupefied-carson-54330d
docs: update repo references to new GitHub name Open-WebUI-Pipe-OpenRouter
2 parents c26a861 + 7b98e4c commit 9f977da

5 files changed

Lines changed: 17 additions & 17 deletions

File tree

.github/CODE_OF_CONDUCT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ representative at an online or offline event.
6060

6161
Instances of abusive, harassing, or otherwise unacceptable behavior may be
6262
reported to the community leaders responsible for enforcement via
63-
[GitHub Issues](https://github.com/sena-labs/OpenRouter-Pipe/issues) or by
63+
[GitHub Issues](https://github.com/sena-labs/Open-WebUI-Pipe-OpenRouter/issues) or by
6464
contacting the maintainers through
65-
[GitHub private vulnerability reporting](https://github.com/sena-labs/OpenRouter-Pipe/security/advisories/new).
65+
[GitHub private vulnerability reporting](https://github.com/sena-labs/Open-WebUI-Pipe-OpenRouter/security/advisories/new).
6666

6767
All complaints will be reviewed and investigated promptly and fairly.
6868

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
127127
- Model prefix customization
128128

129129
<!-- Compare links -->
130-
[Unreleased]: https://github.com/sena-labs/OpenRouter-Pipe/compare/v1.2.0...HEAD
131-
[1.2.0]: https://github.com/sena-labs/OpenRouter-Pipe/compare/v1.1.1...v1.2.0
132-
[1.1.1]: https://github.com/sena-labs/OpenRouter-Pipe/compare/v1.1.0...v1.1.1
133-
[1.1.0]: https://github.com/sena-labs/OpenRouter-Pipe/compare/v1.0.0...v1.1.0
134-
[1.0.0]: https://github.com/sena-labs/OpenRouter-Pipe/compare/v0.1.0...v1.0.0
135-
[0.1.0]: https://github.com/sena-labs/OpenRouter-Pipe/releases/tag/v0.1.0
130+
[Unreleased]: https://github.com/sena-labs/Open-WebUI-Pipe-OpenRouter/compare/v1.2.0...HEAD
131+
[1.2.0]: https://github.com/sena-labs/Open-WebUI-Pipe-OpenRouter/compare/v1.1.1...v1.2.0
132+
[1.1.1]: https://github.com/sena-labs/Open-WebUI-Pipe-OpenRouter/compare/v1.1.0...v1.1.1
133+
[1.1.0]: https://github.com/sena-labs/Open-WebUI-Pipe-OpenRouter/compare/v1.0.0...v1.1.0
134+
[1.0.0]: https://github.com/sena-labs/Open-WebUI-Pipe-OpenRouter/compare/v0.1.0...v1.0.0
135+
[0.1.0]: https://github.com/sena-labs/Open-WebUI-Pipe-OpenRouter/releases/tag/v0.1.0

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ By participating, you agree to uphold this code.
2727
2. **Clone** your fork locally:
2828

2929
```bash
30-
git clone https://github.com/<your-username>/OpenRouter-Pipe.git
31-
cd OpenRouter-Pipe
30+
git clone https://github.com/<your-username>/Open-WebUI-Pipe-OpenRouter.git
31+
cd Open-WebUI-Pipe-OpenRouter
3232
```
3333

3434
3. **Install** dependencies:
@@ -145,7 +145,7 @@ test: add retry exhaustion coverage
145145

146146
## Reporting bugs
147147

148-
When reporting a bug, open a [GitHub issue](https://github.com/sena-labs/OpenRouter-Pipe/issues)
148+
When reporting a bug, open a [GitHub issue](https://github.com/sena-labs/Open-WebUI-Pipe-OpenRouter/issues)
149149
using the **Bug report** template and include:
150150

151151
1. **Open WebUI version** (`Admin Panel → About`).

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OpenRouter Pipe
22

3-
[![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)
3+
[![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)
44
[![Python](https://img.shields.io/badge/Python-%E2%89%A53.10-blue)](https://www.python.org/)
55
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
66

@@ -99,8 +99,8 @@ All OpenRouter models will appear in the model selector immediately.
9999
### From source
100100

101101
```bash
102-
git clone https://github.com/sena-labs/OpenRouter-Pipe.git
103-
cd OpenRouter-Pipe
102+
git clone https://github.com/sena-labs/Open-WebUI-Pipe-OpenRouter.git
103+
cd Open-WebUI-Pipe-OpenRouter
104104
pip install -r requirements.txt
105105
python test_pipe.py # 252 tests — verify everything is green
106106
```
@@ -202,7 +202,7 @@ The pipe implements the **Manifold** pattern: one pipe entry point that surfaces
202202
| Enrichment | `_inject_cache_control()`, `_insert_citations()` | Post-processing |
203203

204204
```text
205-
OpenRouter-Pipe/
205+
Open-WebUI-Pipe-OpenRouter/
206206
├── openrouter_pipe.py # Main pipe source — install this in Open WebUI
207207
├── function.json # Open WebUI community manifest
208208
├── test_pipe.py # Unit test suite (252 tests)

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Instead, please send an email to **<isena86@gmail.com>** with:
3030
5. **Suggested fix** (if you have one).
3131

3232
Alternatively, use
33-
[GitHub's private vulnerability reporting](https://github.com/sena-labs/OpenRouter-Pipe/security/advisories/new).
33+
[GitHub's private vulnerability reporting](https://github.com/sena-labs/Open-WebUI-Pipe-OpenRouter/security/advisories/new).
3434

3535
### What to Expect
3636

@@ -76,4 +76,4 @@ Every push to `main` and every pull request runs:
7676

7777
- We follow [coordinated vulnerability disclosure](https://en.wikipedia.org/wiki/Coordinated_vulnerability_disclosure).
7878
- We aim to release patches within 14 days of confirming a vulnerability.
79-
- Security advisories are published via [GitHub Security Advisories](https://github.com/sena-labs/OpenRouter-Pipe/security/advisories).
79+
- Security advisories are published via [GitHub Security Advisories](https://github.com/sena-labs/Open-WebUI-Pipe-OpenRouter/security/advisories).

0 commit comments

Comments
 (0)