Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Model prefix customization

<!-- Compare links -->
[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
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ By participating, you agree to uphold this code.
2. **Clone** your fork locally:

```bash
git clone https://github.com/<your-username>/OpenRouter-Pipe.git
cd OpenRouter-Pipe
git clone https://github.com/<your-username>/Open-WebUI-Pipe-OpenRouter.git
cd Open-WebUI-Pipe-OpenRouter
```

3. **Install** dependencies:
Expand Down Expand Up @@ -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`).
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -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
```
Expand Down Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Instead, please send an email to **<isena86@gmail.com>** 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

Expand Down Expand Up @@ -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).
Loading