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
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- **`pyproject.toml` package description carried the purged "cost-tiered / flat-rate subscriptions"
framing** that the public-rollout neutralization scrubbed everywhere else (#42). The package
metadata — rendered on the repo and any package index — now matches the neutral positioning used in
the README and `ARCHITECTURE.md`: *"A local-first, config-driven LLM router across OpenAI-compatible
backends you own."*
- **`pyproject.toml` package metadata carried the purged "cost-tiered / flat-rate subscriptions"
framing** that the public-rollout neutralization scrubbed everywhere else (#42). Both the `description`
and the `cost-tiered` entry in `keywords` (→ `local-llm`) — the metadata rendered on the repo and any
package index — now match the neutral positioning used in the README and `ARCHITECTURE.md`:
*"A local-first, config-driven LLM router across OpenAI-compatible backends you own."*

## [0.14.0] - 2026-06-18

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
requires-python = ">=3.10"
license = { text = "MIT" }
authors = [{ name = "Jason Vaughan" }]
keywords = ["llm", "router", "ollama", "openai-compatible", "litellm", "cost-tiered"]
keywords = ["llm", "router", "ollama", "openai-compatible", "litellm", "local-llm"]

dependencies = [
"httpx >= 0.27",
Expand Down
Loading