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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ Yin et al. (2024) — ["Should We Respect LLMs?"](https://arxiv.org/abs/2402.145
## Installation

```bash
pip install pretty-please
pip install pretty-please-llm
```

With SDK extras:

```bash
pip install "pretty-please[anthropic]"
pip install "pretty-please[openai]"
pip install "pretty-please[litellm]"
pip install "pretty-please-llm[anthropic]"
pip install "pretty-please-llm[openai]"
pip install "pretty-please-llm[litellm]"
```

---
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "pretty-please"
name = "pretty-please-llm"
version = "0.1.0"
description = "🙏🏼 Politely injects PLEASE into your LLM prompts. Because manners matter (kind of)."
readme = "README.md"
Expand Down
Loading